-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
52 lines (38 loc) · 1.4 KB
/
NAMESPACE
File metadata and controls
52 lines (38 loc) · 1.4 KB
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
useDynLib(switchSelection, .registration=TRUE)
importFrom(Rcpp, evalCpp)
import(hpa, mnorm, gena, dplyr, methods)
importFrom("stats", "AIC", "as.formula", "binomial", "coef",
"complete.cases", "cov", "glm", "lm", "lm.influence",
"logLik", "model.frame", "na.exclude", "na.omit", "na.pass",
"optim", "pchisq", "pnorm", "predict", "qnorm", "residuals",
"terms", "update", "nobs", "sigma", "fitted", "vcov",
"printCoefmat", "rnorm", "quantile", "sd")
importFrom("utils", "hasName", "methods")
importFrom("methods", "is")
importFrom("dplyr", "full_join")
export("msel")
export("loocv", "boot")
export("formula_merge", "formula_split")
export("starsVector")
export("test_msel", "lrtest_msel")
export("update_msel")
export("bootstrap_msel", "bootstrap_combine_msel")
export("struct_msel")
S3method("predict", "msel")
S3method("summary", "msel")
S3method("logLik", "msel")
S3method("print", "summary.msel")
S3method("print", "msel")
S3method("nobs", "msel")
S3method("coef", "msel")
S3method("vcov", "msel")
S3method("formula", "msel")
S3method("sigma", "msel")
S3method("fitted", "msel")
S3method("summary", "test_msel")
S3method("print", "summary.test_msel")
S3method("print", "lrtest_msel")
S3method("summary", "lrtest_msel")
S3method("print", "summary.lrtest_msel")
S3method("print", "struct_msel")
export("vcov.msel")