-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
98 lines (97 loc) · 2.44 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Generated by roxygen2: do not edit by hand
export(BauerEtAl2001)
export(BonferroniHolm)
export(BretzEtAl2009a)
export(BretzEtAl2009b)
export(BretzEtAl2009c)
export(BretzEtAl2011)
export(Entangled1Maurer2012)
export(Entangled2Maurer2012)
export(Ferber2011)
export(FerberTimeDose2011)
export(HommelEtAl2007)
export(HommelEtAl2007Simple)
export(HungEtWang2010)
export(HuqueAloshEtBhore2011)
export(MaurerEtAl1995)
export(WangTing2014)
export(bdiagNA)
export(bonferroni.test)
export(bonferroni.trimmed.simes.test)
export(checkCorrelation)
export(cycleGraph)
export(fallback)
export(fixedSequence)
export(gMCP)
export(gMCP.extended)
export(generalSuccessive)
export(generatePvals)
export(generateWeights)
export(graph2matrix)
export(graphTest)
export(hGraph)
export(improvedFallbackI)
export(improvedFallbackII)
export(improvedParallelGatekeeping)
export(joinGraphs)
export(matrix2graph)
export(parallelGatekeeping)
export(parametric.test)
export(permutations)
export(placeNodes)
export(rejectNode)
export(replaceVariables)
export(simes.on.subsets.test)
export(simes.test)
export(simpleSuccessiveI)
export(simpleSuccessiveII)
export(subgraph)
export(substituteEps)
export(truncatedHolm)
exportClasses(entangledMCP)
exportClasses(gMCPResult)
exportClasses(gPADInterim)
exportClasses(graphMCP)
exportMethods("edgeAttr<-")
exportMethods("nodeAttr<-")
exportMethods("setRejected<-")
exportMethods(edgeAttr)
exportMethods(getMatrices)
exportMethods(getMatrix)
exportMethods(getNodes)
exportMethods(getRejected)
exportMethods(getWeights)
exportMethods(getXCoordinates)
exportMethods(getYCoordinates)
exportMethods(nodeAttr)
exportMethods(plot)
exportMethods(print)
exportMethods(setEdge)
exportMethods(setWeights)
exportMethods(simConfint)
importFrom(MASS,fractions)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,stat_ellipse)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_void)
importFrom(grDevices,gray.colors)
importFrom(grDevices,palette)
importFrom(graphics,legend)
importFrom(grid,unit)
importFrom(methods,callNextMethod)
importFrom(methods,new)
importFrom(methods,show)
importFrom(methods,validObject)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,reshape)
importFrom(stats,uniroot)
importFrom(utils,capture.output)
useDynLib(gMCPLite, .registration = TRUE)