-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
65 lines (64 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
S3method(as.list,rrreg.bayes)
S3method(coef,rrreg)
S3method(coef,rrreg.bayes)
S3method(coef,rrreg.bayes.list)
S3method(coef,rrreg.predictor)
S3method(predict,rrreg)
S3method(predict,rrreg.predictor)
S3method(print,rrreg)
S3method(print,rrreg.bayes)
S3method(print,rrreg.predictor)
S3method(print,summary.rrreg)
S3method(print,summary.rrreg.bayes)
S3method(print,summary.rrreg.bayes.list)
S3method(print,summary.rrreg.predictor)
S3method(summary,rrreg)
S3method(summary,rrreg.bayes)
S3method(summary,rrreg.bayes.list)
S3method(summary,rrreg.predictor)
S3method(vcov,rrreg)
S3method(vcov,rrreg.bayes)
S3method(vcov,rrreg.bayes.list)
S3method(vcov,rrreg.predictor)
export(power.rr.plot)
export(power.rr.test)
export(rrreg)
export(rrreg.bayes)
export(rrreg.predictor)
importFrom(MASS,mvrnorm)
importFrom(arm,bayesglm)
importFrom(coda,as.mcmc)
importFrom(coda,as.mcmc.list)
importFrom(coda,gelman.diag)
importFrom(coda,mcmc)
importFrom(grDevices,gray)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,plot)
importFrom(magic,adiag)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,cov)
importFrom(stats,dcauchy)
importFrom(stats,df)
importFrom(stats,glm)
importFrom(stats,glm.control)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.matrix.default)
importFrom(stats,model.response)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,vcov)
useDynLib(rr)