-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathNAMESPACE
109 lines (108 loc) · 3.04 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
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
# Generated by roxygen2: do not edit by hand
S3method(calc_roc,randomForest)
S3method(calc_roc,rfsrc)
S3method(gg_error,randomForest)
S3method(gg_error,randomForest.formula)
S3method(gg_error,rfsrc)
S3method(gg_interaction,default)
S3method(gg_interaction,randomForest)
S3method(gg_interaction,rfsrc)
S3method(gg_minimal_depth,default)
S3method(gg_minimal_depth,randomForest)
S3method(gg_minimal_depth,rfsrc)
S3method(gg_minimal_vimp,default)
S3method(gg_minimal_vimp,randomForest)
S3method(gg_minimal_vimp,rfsrc)
S3method(gg_partial,randomForest)
S3method(gg_partial,rfsrc)
S3method(gg_partial_coplot,default)
S3method(gg_partial_coplot,randomForest)
S3method(gg_partial_coplot,rfsrc)
S3method(gg_rfsrc,randomForest)
S3method(gg_rfsrc,rfsrc)
S3method(gg_roc,default)
S3method(gg_roc,randomForest)
S3method(gg_roc,rfsrc)
S3method(gg_variable,randomForest)
S3method(gg_variable,rfsrc)
S3method(gg_vimp,randomForest)
S3method(gg_vimp,rfsrc)
S3method(plot,gg_error)
S3method(plot,gg_interaction)
S3method(plot,gg_minimal_depth)
S3method(plot,gg_minimal_vimp)
S3method(plot,gg_partial)
S3method(plot,gg_partial_list)
S3method(plot,gg_rfsrc)
S3method(plot,gg_roc)
S3method(plot,gg_survival)
S3method(plot,gg_variable)
S3method(plot,gg_vimp)
S3method(print,gg_minimal_depth)
export(calc_auc)
export(calc_roc)
export(combine.gg_partial)
export(gg_error)
export(gg_error.randomForest)
export(gg_error.randomForest.formula)
export(gg_error.rfsrc)
export(gg_interaction)
export(gg_minimal_depth)
export(gg_minimal_vimp)
export(gg_partial)
export(gg_partial_coplot)
export(gg_rfsrc)
export(gg_roc)
export(gg_survival)
export(gg_variable)
export(gg_vimp)
export(kaplan)
export(nelson)
export(quantile_pts)
export(surface_matrix)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_jitter)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_step)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(parallel,mclapply)
importFrom(randomForest,randomForest)
importFrom(randomForestSRC,find.interaction)
importFrom(randomForestSRC,plot.variable)
importFrom(randomForestSRC,var.select)
importFrom(randomForestSRC,vimp)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,reformulate)
importFrom(stats,xtabs)
importFrom(survival,Surv)
importFrom(survival,strata)
importFrom(survival,survfit)
importFrom(tidyr,gather)
importFrom(utils,head)
importFrom(utils,tail)