-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
executable file
·131 lines (130 loc) · 2.93 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
# Generated by roxygen2: do not edit by hand
S3method(plot,GClm)
S3method(plot,polyGC)
S3method(predict,GClm)
S3method(predict,polyGC)
S3method(print,GCbinomtest)
S3method(print,GCchisqtest)
S3method(print,GClm)
S3method(print,GCttest)
S3method(print,gcp1test)
S3method(print,gcp2test)
S3method(print,polyGC)
export(BinomNorm)
export(BinomSkew)
export(CIMean)
export(CIProp)
export(ChisqSimSlow)
export(DtrellHist)
export(DtrellScat)
export(EmpRule)
export(EmpRuleGC)
export(FindRegLine)
export(MeanSampler)
export(Points2Watch)
export(PropSampler)
export(RandomExp)
export(RegEstimate)
export(SampDist2Means)
export(SampDist2Props)
export(SampDistMean)
export(ShallowReg)
export(SimpleRandom)
export(SimpleRandom2)
export(Skewer)
export(SlowGoodness)
export(Type12Errors)
export(Variability)
export(VaryCorrelation)
export(barchartGC)
export(binomtestGC)
export(chisqtestGC)
export(colPerc)
export(expCounts)
export(helpGC)
export(lmGC)
export(make_game)
export(pbinomGC)
export(pchisqGC)
export(pnormGC)
export(polyfitGC)
export(popsamp)
export(proptestGC)
export(ptGC)
export(qnormGC)
export(random_normal_factory)
export(rowPerc)
export(simpleKeyRev)
export(tExplore)
export(tSampler)
export(theme.rpres)
export(themerpres)
export(ttestGC)
export(watch_statisticians)
export(watch_statisticians_slow)
import(abd)
import(mosaicData)
importFrom(MASS,mvrnorm)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,curve)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,rug)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(manipulate,button)
importFrom(manipulate,checkbox)
importFrom(manipulate,manipulate)
importFrom(manipulate,picker)
importFrom(manipulate,slider)
importFrom(methods,is)
importFrom(mosaic,favstats)
importFrom(rlang,.data)
importFrom(stats,as.formula)
importFrom(stats,chisq.test)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,dbeta)
importFrom(stats,dbinom)
importFrom(stats,dchisq)
importFrom(stats,density)
importFrom(stats,df)
importFrom(stats,dnorm)
importFrom(stats,dt)
importFrom(stats,fitted)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,pbinom)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,qbinom)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,r2dtable)
importFrom(stats,rbeta)
importFrom(stats,rbinom)
importFrom(stats,resid)
importFrom(stats,rmultinom)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,var)
importFrom(stats,xtabs)
importFrom(utils,installed.packages)
importFrom(utils,vignette)