-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
46 lines (45 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
S3method(importance,cv.glmnet)
S3method(importance,glm)
S3method(importance,lm)
S3method(importance,survreg)
S3method(importance,train)
S3method(plot,importance_plot)
S3method(plot,tornado_plot)
S3method(print,importance_plot)
S3method(print,tornado_plot)
S3method(quantile,ordered)
S3method(tornado,coxph)
S3method(tornado,cv.glmnet)
S3method(tornado,glm)
S3method(tornado,lm)
S3method(tornado,survreg)
S3method(tornado,train)
export(importance)
export(tornado)
import(ggplot2)
import(survival)
importFrom(Hmisc,wtd.quantile)
importFrom(Hmisc,wtd.var)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.off)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grid.newpage)
importFrom(grid,rectGrob)
importFrom(grid,unit)
importFrom(grid,unit.c)
importFrom(gridExtra,arrangeGrob)
importFrom(rlang,.data)
importFrom(scales,percent)
importFrom(stats,add1)
importFrom(stats,anova)
importFrom(stats,family)
importFrom(stats,formula)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,terms)
importFrom(stats,weighted.mean)
importFrom(stats,weights)