-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathNAMESPACE-old
More file actions
55 lines (40 loc) · 1.12 KB
/
NAMESPACE-old
File metadata and controls
55 lines (40 loc) · 1.12 KB
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
# last modified 6 October 2007 by J. Fox
# last modified 22 April 2009 by M. Friendly
import(car)
import(heplots)
import(graphics)
import(stats)
importFrom("grDevices", "palette")
importFrom("utils", "menu")
export(candisc, candiscList, dataIndex,
cancor, vectors, Wilks, scores, redundancy, vecscale, can_lm, varOrder)
#S3method(can_lm, mlm)
S3method(candisc, mlm)
S3method(candiscList, mlm)
S3method(coef, candisc)
S3method(plot, candisc)
S3method(plot, candiscList)
S3method(print, candisc)
S3method(print, candiscList)
S3method(summary, candisc)
S3method(summary, candiscList)
# the following may be moved to the heplots package
S3method(heplot, candisc)
S3method(heplot3d, candisc)
S3method(heplot, candiscList)
S3method(heplot3d, candiscList)
# new for cancor
S3method(cancor, default)
S3method(cancor, formula)
S3method(print, cancor)
S3method(summary, cancor)
S3method(coef, cancor)
S3method(Wilks, cancor)
S3method(Wilks, candisc)
S3method(heplot, cancor)
S3method(scores, cancor)
S3method(print, cancor.redundancy)
S3method(plot, cancor)
S3method(heplot3d, cancor)
S3method(varOrder, mlm)
S3method(varOrder, data.frame)