-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.38 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
# Generated by roxygen2: do not edit by hand
S3method(boxqq,formula)
S3method(crossFactors,default)
S3method(crossFactors,formula)
S3method(eovcheck,formula)
S3method(eovcheck,lm)
S3method(interactionPlots,default)
S3method(interactionPlots,formula)
S3method(modcheck,lm)
S3method(modelcheck,lm)
S3method(normcheck,default)
S3method(normcheck,lm)
S3method(onewayPlot,default)
S3method(onewayPlot,formula)
S3method(onewayPlot,lm)
S3method(stripqq,formula)
S3method(summaryStats,default)
S3method(summaryStats,formula)
S3method(summaryStats,matrix)
S3method(trendscatter,default)
S3method(trendscatter,formula)
export(autocorPlot)
export(boxqq)
export(ciReg)
export(cooks20x)
export(crossFactors)
export(crosstabs)
export(displayPairs)
export(eovcheck)
export(freq1way)
export(getVersion)
export(interactionPlots)
export(layout20x)
export(levene.test)
export(modcheck)
export(modelcheck)
export(multipleComp)
export(normcheck)
export(onewayPlot)
export(pairs20x)
export(predict20x)
export(predictCount)
export(predictGLM)
export(residPlot)
export(rowdistr)
export(rr)
export(skewness)
export(stripqq)
export(summary1way)
export(summary2way)
export(summaryStats)
export(trendscatter)
export(twosampPlot)
import(graphics)
import(stats)
importFrom(methods,hasArg)
importFrom(methods,is)
importFrom(utils,packageDescription)
importFrom(utils,read.table)