-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.44 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(best,ridge)
S3method(biplot,pcaridge)
S3method(biplot,ridge)
S3method(coef,ridge)
S3method(pairs,ridge)
S3method(pca,ridge)
S3method(plot,pcaridge)
S3method(plot,precision)
S3method(plot,ridge)
S3method(plot,vif.ridge)
S3method(plot3d,pcaridge)
S3method(plot3d,ridge)
S3method(precision,lm)
S3method(precision,ridge)
S3method(print,ridge)
S3method(print,vif.ridge)
S3method(ridge,default)
S3method(ridge,formula)
S3method(vcov,ridge)
S3method(vif,ridge)
export(contourf)
export(pca)
export(plot3d)
export(precision)
export(ridge)
export(traceplot)
export(trans.colors)
import(rgl)
importFrom(car,vif)
importFrom(colorspace,qualitative_hcl)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,contourLines)
importFrom(grDevices,gray)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,contour)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(splines,bs)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,contrasts)
importFrom(stats,cov2cor)
importFrom(stats,lm)
importFrom(stats,lm.fit)
importFrom(stats,model.matrix)
importFrom(stats,model.offset)
importFrom(stats,model.response)
importFrom(stats,predict)
importFrom(stats,uniroot)
importFrom(stats,vcov)