-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
58 lines (57 loc) · 1.28 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
# Generated by roxygen2: do not edit by hand
S3method(coef,GEMglmnet)
S3method(elastic,GEM)
S3method(plot,GEM)
S3method(plot,GEMpls)
S3method(plot,confints)
S3method(pls,GEM)
S3method(print,GEM)
S3method(print,GEMpls)
S3method(summary,GEMpls)
export(GEM)
export(R2)
export(confints)
export(corrplot)
export(elastic)
export(explvar)
export(grid.arrange)
export(knock.in)
export(knock.out)
export(loadingplot)
export(loadings)
export(mvrValstats)
export(pls)
export(scoreplot)
export(scores)
export(tableGEM)
import(ggplot2)
importFrom(glmnet,cv.glmnet)
importFrom(graphics,grid)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(gridExtra,grid.arrange)
importFrom(pls,R2)
importFrom(pls,corrplot)
importFrom(pls,cvsegments)
importFrom(pls,explvar)
importFrom(pls,loadingplot)
importFrom(pls,loadings)
importFrom(pls,mvrValstats)
importFrom(pls,plsr)
importFrom(pls,scoreplot)
importFrom(pls,scores)
importFrom(pls,var.jack)
importFrom(plsVarSel,lda_from_pls)
importFrom(plsVarSel,lda_from_pls_cv)
importFrom(plsVarSel,shaving)
importFrom(scales,squish)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,pt)
importFrom(stats,qt)
importFrom(stats,sd)
importFrom(utils,data)
importFrom(utils,globalVariables)