-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
114 lines (100 loc) · 2.81 KB
/
Copy pathNAMESPACE
File metadata and controls
114 lines (100 loc) · 2.81 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
useDynLib(randomForestSRC, .registration = TRUE)
importFrom("parallel", mclapply)
importFrom("purrr", "cross")
importFrom("graphics", "abline", "axis", "box", "boxplot", "bxp",
"legend", "lines", "matlines", "matplot", "mtext", "par", "plot",
"plot.new", "plot.window", "points", "rug", "segments",
"strwidth", "text", "title", "grconvertX", "grconvertY", "plot.default")
importFrom("stats", "as.dist", "as.formula", "cutree", "dlnorm", "formula",
"hclust", "lowess", "median", "model.matrix", "na.omit",
"optim", "pgamma", "plnorm", "pnorm", "predict",
"quantile", "qnorm", "runif", "sd", "supsmu", "var", "wilcox.test")
importFrom("utils", "installed.packages", "txtProgressBar", "setTxtProgressBar",
"write.table", "tail")
importFrom("grDevices", "gray")
import(dplyr)
import(checkmate)
export(extract.bootsample,
extract.quantile,
extract.subsample,
find.interaction,
find.interaction.rfsrc,
get.auc,
get.bayes.rule,
get.brier.error,
get.cindex,
get.confusion,
get.misclass.error,
get.mv.error,
get.mv.error.block,
get.mv.formula,
get.mv.predicted,
get.mv.vimp,
get.quantile,
get.quantile.crps,
get.quantile.stat,
holdout.vimp,
holdout.vimp.rfsrc,
imbalanced,
imbalanced.rfsrc,
impute,
impute.rfsrc,
max.subtree,
max.subtree.rfsrc,
partial,
partial.rfsrc,
plot.competing.risk,
plot.competing.risk.rfsrc,
plot.quantreg,
plot.quantreg.rfsrc,
plot.rfsrc,
plot.subsample,
plot.subsample.rfsrc,
plot.survival,
plot.survival.rfsrc,
plot.variable,
plot.variable.rfsrc,
predict.rfsrc,
print.rfsrc,
quantreg,
quantreg.rfsrc,
rfsrc,
rfsrc.cart,
rfsrc.fast,
rfsrc.news,
synthetic.rfsrc,
synthetic,
subsample,
subsample.rfsrc,
stat.split,
stat.split.rfsrc,
tune,
tune.rfsrc,
tune.nodesize,
tune.nodesize.rfsrc,
var.select,
var.select.rfsrc,
vimp,
vimp.rfsrc,
zap.rfsrc,
predict.zap.rfsrc,
cholesky,
mse,
tune.zap.rfsrc,
predict.tune.zap.rfsrc,
cv.zap.rf)
S3method(max, subtree)
S3method(max, subtree.rfsrc)
S3method(plot, competing.risk)
S3method(plot, competing.risk.rfsrc)
S3method(plot, quantreg)
S3method(plot, quantreg.rfsrc)
S3method(plot, rfsrc)
S3method(plot, subsample)
S3method(plot, subsample.rfsrc)
S3method(plot, survival)
S3method(plot, survival.rfsrc)
S3method(plot, variable)
S3method(plot, variable.rfsrc)
S3method(predict, rfsrc)
S3method(print, rfsrc)