-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
103 lines (102 loc) · 2.42 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
99
100
101
102
103
# Generated by roxygen2: do not edit by hand
S3method(fit,SansSouci)
S3method(fit,SansSouciStruct)
S3method(foldChanges,SansSouci)
S3method(label,SansSouci)
S3method(label,SansSouciStruct)
S3method(nHyp,SansSouci)
S3method(nHyp,SansSouciStruct)
S3method(nLeaves,SansSouciStruct)
S3method(nObs,SansSouci)
S3method(pValues,SansSouci)
S3method(pValues,SansSouciStruct)
S3method(plot,SansSouci)
S3method(predict,SansSouci)
S3method(predict,SansSouciStruct)
S3method(print,SansSouci)
S3method(thresholds,SansSouci)
S3method(volcanoPlot,SansSouci)
export(SansSouci)
export(SansSouciDyadic)
export(SansSouciSim)
export(SansSouciStruct)
export(V.star)
export(calibrate)
export(calibrate0)
export(confCurveFromFam)
export(curve.V.star.forest.fast)
export(curve.V.star.forest.naive)
export(curveMaxFP)
export(delete.gaps)
export(dyadic.from.height)
export(dyadic.from.leaf_list)
export(dyadic.from.window.size)
export(fit)
export(foldChanges)
export(forest.completion)
export(formatBounds)
export(gaussianSamples)
export(gaussianTestStatistics)
export(gen.mu.leaves)
export(gen.mu.noleaves)
export(gen.p.values)
export(get_perm)
export(get_pivotal_stat)
export(label)
export(maxFDP)
export(maxFP)
export(minTDP)
export(minTP)
export(mini_batch_rowTestFUN)
export(nHyp)
export(nLeaves)
export(nObs)
export(nb.elements)
export(pValues)
export(plotConfCurve)
export(posthocBySimes)
export(posthocBySimes0Rcpp)
export(pruning)
export(rowBinomialTests)
export(rowPearsonCorrelationTests)
export(rowWelchTests)
export(rowWilcoxonTests)
export(rowZTests)
export(t_beta)
export(t_inv_beta)
export(t_inv_linear)
export(t_linear)
export(testByRandomization)
export(thresholds)
export(volcanoPlot)
export(zeta.DKWM)
export(zeta.HB)
export(zeta.trivial)
export(zetas.tree)
importFrom(Matrix,Matrix)
importFrom(Matrix,isSymmetric)
importFrom(Matrix,t)
importFrom(Rcpp,sourceCpp)
importFrom(generics,fit)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,rect)
importFrom(graphics,title)
importFrom(matrixStats,colMins)
importFrom(matrixStats,rowMedians)
importFrom(matrixStats,rowRanks)
importFrom(matrixStats,rowTabulates)
importFrom(matrixTests,row_cor_pearson)
importFrom(stats,dbinom)
importFrom(stats,p.adjust)
importFrom(stats,pbeta)
importFrom(stats,pbinom)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,qbeta)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(utils,str)
useDynLib(sanssouci)