-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
36 lines (35 loc) · 865 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(apc)
export(mc_anova_I)
export(mc_anova_II)
export(mc_anova_III)
export(mc_anova_dispersion)
export(mc_linear_hypothesis)
export(mc_manova_I)
export(mc_manova_II)
export(mc_manova_III)
export(mc_manova_dispersion)
export(mc_mult_multcomp)
export(mc_multcomp)
import(Matrix)
import(mcglm)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,dist)
importFrom(stats,fitted)
importFrom(stats,glm)
importFrom(stats,make.link)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,na.exclude)
importFrom(stats,p.adjust)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,quasi)
importFrom(stats,residuals)
importFrom(stats,terms)
importFrom(stats,vcov)