-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
54 lines (53 loc) · 1.31 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
# Generated by roxygen2: do not edit by hand
S3method("$",MultivariateFormula)
S3method(barplot,SCGLR)
S3method(barplot,SCGLRTHM)
S3method(pairs,SCGLR)
S3method(plot,SCGLR)
S3method(plot,SCGLRTHM)
S3method(print,MultivariateFormula)
S3method(print,SCGLR)
S3method(print,summary.SCGLR)
S3method(screeplot,SCGLR)
S3method(screeplot,SCGLRTHM)
S3method(summary,SCGLR)
export(critConvergence)
export(infoCriterion)
export(kCompRand)
export(methodSR)
export(multivariateFormula)
export(multivariateGlm.fit)
export(multivariatePredictGlm)
export(scglr)
export(scglrCrossVal)
export(scglrTheme)
export(scglrThemeBackward)
import(Formula)
import(ggplot2)
importFrom(Matrix,bdiag)
importFrom(ade4,dudi.mix)
importFrom(ade4,dudi.pca)
importFrom(graphics,barplot)
importFrom(grid,circleGrob)
importFrom(grid,gpar)
importFrom(grid,grid.layout)
importFrom(grid,grid.newpage)
importFrom(grid,pushViewport)
importFrom(grid,viewport)
importFrom(pROC,auc)
importFrom(pROC,roc)
importFrom(rlang,.data)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,dbinom)
importFrom(stats,dnorm)
importFrom(stats,dpois)
importFrom(stats,glm)
importFrom(stats,model.extract)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,screeplot)
importFrom(stats,var)
importFrom(utils,combn)