-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
60 lines (59 loc) · 1.35 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
# Generated by roxygen2: do not edit by hand
S3method(MLGL,default)
S3method(MLGL,formula)
S3method(coef,MLGL)
S3method(coef,cv.MLGL)
S3method(fullProcess,default)
S3method(fullProcess,formula)
S3method(plot,HMT)
S3method(plot,MLGL)
S3method(plot,cv.MLGL)
S3method(plot,fullProcess)
S3method(plot,stability.MLGL)
S3method(predict,MLGL)
S3method(predict,cv.MLGL)
S3method(print,HMT)
S3method(print,MLGL)
S3method(print,fullProcess)
S3method(summary,HMT)
S3method(summary,MLGL)
S3method(summary,fullProcess)
export(Ftest)
export(HMT)
export(MLGL)
export(bootstrapHclust)
export(computeGroupSizeWeight)
export(cv.MLGL)
export(fullProcess)
export(hierarchicalFDR)
export(hierarchicalFWER)
export(listToMatrix)
export(overlapgglasso)
export(partialFtest)
export(selFDR)
export(selFWER)
export(simuBlockGaussian)
export(stability.MLGL)
export(uniqueGroupHclust)
import(FactoMineR)
import(MASS)
import(Matrix)
import(fastcluster)
import(gglasso)
import(parallelDist)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(stats,anova)
importFrom(stats,approx)
importFrom(stats,binomial)
importFrom(stats,dist)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,p.adjust)
importFrom(stats,predict)