-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
115 lines (114 loc) · 2.66 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
104
105
106
107
108
109
110
111
112
113
114
115
# Generated by roxygen2: do not edit by hand
export(CI.IQR)
export(CI.MAD)
export(CI.fisherkurtosis)
export(CI.fisherskew)
export(CI.gmean)
export(CI.hmean)
export(CI.mean)
export(CI.meanNArm)
export(CI.median)
export(CI.pearsonskew)
export(CI.sd)
export(CI.var)
export(CIwithDF.mean)
export(CousineauLaurencelleLambda)
export(GRD)
export(HyunhFeldtEpsilon)
export(MAD)
export(MauchlySphericityTest)
export(Rexpression)
export(SE.IQR)
export(SE.MAD)
export(SE.fisherkurtosis)
export(SE.fisherskew)
export(SE.gmean)
export(SE.hmean)
export(SE.mean)
export(SE.meanNArm)
export(SE.median)
export(SE.pearsonskew)
export(SE.sd)
export(SE.var)
export(ShroutFleissICC1)
export(ShroutFleissICC11)
export(ShroutFleissICC1k)
export(WelchDegreeOfFreedom)
export(WinerCompoundSymmetryTest)
export(biasCorrectionTransform)
export(bootstrapPI.gmean)
export(bootstrapPI.hmean)
export(bootstrapPI.mean)
export(bootstrapPI.median)
export(bootstrapPI.sd)
export(bootstrapPI.var)
export(bootstrapSE.gmean)
export(bootstrapSE.hmean)
export(bootstrapSE.mean)
export(bootstrapSE.median)
export(bootstrapSE.sd)
export(bootstrapSE.var)
export(custom)
export(extent)
export(fisherkurtosis)
export(fisherskew)
export(geom_flat_violin)
export(geom_superberrorbar)
export(gmean)
export(has.cbind.terms)
export(has.crange.terms)
export(has.nested.terms)
export(hmean)
export(in.formula)
export(is.formula)
export(is.one.sided)
export(makeTransparent)
export(meanNArm)
export(pearsonskew)
export(poolSDTransform)
export(runDebug)
export(showHorizontalSignificance)
export(showSignificance)
export(showVerticalSignificance)
export(slope)
export(sub.formulas)
export(subjectCenteringTransform)
export(superb)
export(superbData)
export(superbPlot)
export(superbPlot.bar)
export(superbPlot.boxplot)
export(superbPlot.circularline)
export(superbPlot.circularlineBand)
export(superbPlot.circularpoint)
export(superbPlot.circularpointjitter)
export(superbPlot.circularpointlinejitter)
export(superbPlot.corset)
export(superbPlot.halfwidthline)
export(superbPlot.line)
export(superbPlot.lineBand)
export(superbPlot.point)
export(superbPlot.pointindividualline)
export(superbPlot.pointjitter)
export(superbPlot.pointjitterviolin)
export(superbPlot.pointlinejitter)
export(superbPlot.raincloud)
export(superbShiny)
export(superbToWide)
export(twoStepTransform)
import(MASS)
import(ggplot2)
import(shiny)
import(shinyBS)
import(stats)
importFrom(Rdpack,reprompt)
importFrom(foreign,read.spss)
importFrom(lsr,wideToLong)
importFrom(methods,existsFunction)
importFrom(plyr,ddply)
importFrom(reshape2,dcast)
importFrom(rrapply,rrapply)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(utils,capture.output)
importFrom(utils,modifyList)