-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
S3method(base::print,fit_contrast)
S3method(base::print,glh.test)
S3method(base::summary,glh.test)
S3method(gmodels::ci,binom)
S3method(gmodels::ci,estimable)
S3method(gmodels::ci,fit_contrast)
S3method(gmodels::ci,lm)
S3method(gmodels::ci,lme)
S3method(gmodels::ci,numeric)
S3method(gmodels::est_p_ci,fit_contrast)
S3method(gmodels::est_p_ci,lm)
S3method(gmodels::estimable,default)
S3method(gmodels::estimable,mlm)
S3method(gmodels::fit.contrast,lm)
S3method(gmodels::fit.contrast,lme)
S3method(stats::coef,fit_contrast)
export(.to.est)
export(CrossTable)
export(ci)
export(ci.binom)
export(coefFrame)
export(est_p_ci)
export(estimable)
export(fast.prcomp)
export(fast.svd)
export(fit.contrast)
export(glh.test)
export(make.contrasts)
importFrom(MASS,ginv)
importFrom(gdata,frameApply)
importFrom(gdata,nobs)
importFrom(stats,chisq.test)
importFrom(stats,coef)
importFrom(stats,family)
importFrom(stats,fisher.test)
importFrom(stats,mcnemar.test)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,pt)
importFrom(stats,qbeta)
importFrom(stats,qt)
importFrom(stats,sd)
importFrom(stats,summary.glm)
importFrom(stats,summary.lm)