-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
27 lines (24 loc) · 882 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
import("methods")
import("stats")
import("parallel")
importFrom("graphics", "abline", "axis", "matplot", "par", "plot", "points")
importFrom("grDevices", "hcl")
importFrom("utils", "tail")
export(stabsel, stabsel.matrix, stabsel.data.frame, stabsel.stabsel,
run_stabsel, check_folds,
stabsel_parameters, stabsel_parameters.default,
stabsel_parameters.stabsel, parameters,
selected, selected.stabsel,
plot.stabsel, print.stabsel, print.stabsel_parameters,
glmnet.lasso, glmnet.lasso_maxCoef, lars.lasso, lars.stepwise,
subsample)
S3method(stabsel, matrix)
S3method(stabsel, data.frame)
S3method(stabsel, stabsel)
# S3method(stabsel, formula)
S3method(stabsel_parameters, default)
S3method(stabsel_parameters, stabsel)
S3method(print, stabsel)
S3method(print, stabsel_parameters)
S3method(plot, stabsel)
S3method(selected, stabsel)