forked from runehaubo/simr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
67 lines (66 loc) · 1.32 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
# Generated by roxygen2: do not edit by hand
S3method("==",workaround408)
S3method("coef<-",default)
S3method("coef<-",glm)
S3method("getData<-",default)
S3method("getData<-",lm)
S3method("sigma<-",lm)
S3method("sigma<-",merMod)
S3method(confint,powerCurve)
S3method(confint,powerSim)
S3method(doFit,"function")
S3method(doFit,default)
S3method(doSim,"function")
S3method(doSim,default)
S3method(doSim,iter)
S3method(doSim,merMod)
S3method(doTest,default)
S3method(extend,data.frame)
S3method(extend,default)
S3method(extend,lm)
S3method(plot,powerCurve)
S3method(plot,powerSim)
S3method(print,powerCurve)
S3method(print,powerSim)
S3method(print,test)
S3method(sigma,lm)
S3method(summary,powerCurve)
S3method(summary,powerSim)
export("VarCorr<-")
export("coef<-")
export("fixef<-")
export("getData<-")
export("ranef<-")
export("scale<-")
export("sigma<-")
export(compare)
export(doFit)
export(doSim)
export(doTest)
export(extend)
export(fcompare)
export(fixed)
export(getData)
export(getSimrOption)
export(lastResult)
export(makeGlmer)
export(makeLmer)
export(powerCurve)
export(powerSim)
export(random)
export(rcompare)
export(simrOptions)
import(RLRsim)
import(binom)
import(car)
import(grDevices)
import(graphics)
import(iterators)
import(lme4)
import(methods)
import(pbkrtest)
import(plotrix)
import(plyr)
import(stats)
import(stringr)
import(utils)