-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
50 lines (49 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
S3method(coef,neModel)
S3method(confint,neLht)
S3method(confint,neLhtBoot)
S3method(confint,neModel)
S3method(confint,neModelBoot)
S3method(df.residual,neModel)
S3method(model.matrix,neModel)
S3method(neEffdecomp,neModel)
S3method(neImpute,default)
S3method(neImpute,formula)
S3method(neLht,neModel)
S3method(neWeight,default)
S3method(neWeight,formula)
S3method(plot,neEffdecomp)
S3method(plot,neLht)
S3method(plot,neLhtBoot)
S3method(plot,neLhtCI)
S3method(plot,neModel)
S3method(plot,neModelBoot)
S3method(print,neBootCI)
S3method(print,neLht)
S3method(print,neLhtCI)
S3method(print,neModelCI)
S3method(print,summary.neLht)
S3method(print,summary.neModel)
S3method(residualPlot,expData)
S3method(residualPlot,neModel)
S3method(residualPlots,expData)
S3method(residualPlots,neModel)
S3method(residuals,expData)
S3method(summary,neLht)
S3method(summary,neModel)
S3method(vcov,neModel)
S3method(vcov,neModelBoot)
S3method(weights,expData)
S3method(weights,neModel)
export(neEffdecomp)
export(neImpute)
export(neLht)
export(neModel)
export(neWeight)
export(plot.neLht)
import(graphics)
import(multcomp)
import(stats)
import(utils)
importFrom(car,residualPlot)
importFrom(car,residualPlots)