-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
47 lines (32 loc) · 983 Bytes
/
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
import(devtools, grplasso, MASS, Matrix, mboost, parallel, plsRcox, pROC, survival, pkgconfig)
importFrom(cobs,
cobs)
importFrom(corpcor,
fast.svd)
importFrom(glmnet,
glmnet, cv.glmnet)
importFrom(graphics,
axis, close.screen, frame, legend, lines, mtext, par,
plot, screen, split.screen)
importFrom(PRROC,
pr.curve)
importFrom(RCurl,
merge.list)
importFrom(stats,
aggregate, anova, as.formula, coef, model.weights, na.exclude,
na.omit, p.adjust, predict, quantile, rbinom, rnorm, runif, rweibull)
importFrom(survAUC,
predErr, UnoC)
export(BMsel,
expSurv,
predRes,
selRes,
simdata,
simdataV)
S3method(print, resBMsel)
S3method(summary, resBMsel)
S3method(print, resexpSurv)
S3method(predict, resexpSurv)
S3method(plot, resexpSurv)
S3method(print, predRes)
S3method(plot, predRes)