-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
78 lines (77 loc) · 1.9 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
66
67
68
69
70
71
72
73
74
75
76
77
78
# Generated by roxygen2: do not edit by hand
S3method(Wilks,cancor)
S3method(Wilks,candisc)
S3method(cancor,default)
S3method(cancor,formula)
S3method(candisc,mlm)
S3method(candiscList,mlm)
S3method(coef,cancor)
S3method(coef,candisc)
S3method(heplot,cancor)
S3method(heplot,candisc)
S3method(heplot,candiscList)
S3method(heplot3d,cancor)
S3method(heplot3d,candisc)
S3method(heplot3d,candiscList)
S3method(plot,cancor)
S3method(plot,candisc)
S3method(plot,candiscList)
S3method(predictor.names,default)
S3method(print,cancor)
S3method(print,cancor.redundancy)
S3method(print,candisc)
S3method(print,candiscList)
S3method(scores,cancor)
S3method(summary,cancor)
S3method(summary,candisc)
S3method(summary,candiscList)
S3method(varOrder,data.frame)
S3method(varOrder,default)
S3method(varOrder,mlm)
export(Wilks)
export(can_lm)
export(cancor)
export(candisc)
export(candiscList)
export(dataIndex)
export(predictor.names)
export(redundancy)
export(scores)
export(varOrder)
export(vecscale)
export(vectors)
importFrom(car,Anova)
importFrom(car,dataEllipse)
importFrom(car,loessLine)
importFrom(car,showLabels)
importFrom(grDevices,palette)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,boxplot)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,symbols)
importFrom(graphics,text)
importFrom(heplots,heplot)
importFrom(heplots,heplot3d)
importFrom(stats,aggregate)
importFrom(stats,complete.cases)
importFrom(stats,contrasts)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,cov.wt)
importFrom(stats,formula)
importFrom(stats,lsfit)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,model.weights)
importFrom(stats,pf)
importFrom(stats,qchisq)
importFrom(stats,terms)
importFrom(stats,update)
importFrom(stats,var)
importFrom(utils,menu)