-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
90 lines (89 loc) · 2.17 KB
/
NAMESPACE
File metadata and controls
90 lines (89 loc) · 2.17 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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,cf_roc)
S3method(as.data.frame,tr_roc)
S3method(coef,cf_performance)
S3method(coef,tr_performance)
S3method(confint,cf_performance)
S3method(confint,tr_performance)
S3method(plot,cf_auc)
S3method(plot,cf_calibration)
S3method(plot,cf_roc)
S3method(plot,tr_calibration)
S3method(plot,tr_roc)
S3method(print,cf_compare)
S3method(print,cf_cv)
S3method(print,cf_fpr)
S3method(print,cf_nuisance)
S3method(print,cf_performance)
S3method(print,cf_roc)
S3method(print,cf_sensitivity)
S3method(print,cf_specificity)
S3method(print,ml_learner)
S3method(print,tr_fpr)
S3method(print,tr_performance)
S3method(print,tr_roc)
S3method(print,tr_sensitivity)
S3method(print,tr_specificity)
S3method(summary,cf_compare)
S3method(summary,cf_cv)
S3method(summary,cf_performance)
S3method(summary,tr_performance)
export(cf_auc)
export(cf_calibration)
export(cf_compare)
export(cf_cv)
export(cf_fpr)
export(cf_mse)
export(cf_roc)
export(cf_sensitivity)
export(cf_specificity)
export(cf_tnr)
export(cf_tpr)
export(fit_nuisance)
export(ml_learner)
export(tr_auc)
export(tr_calibration)
export(tr_fpr)
export(tr_mse)
export(tr_roc)
export(tr_sensitivity)
export(tr_specificity)
export(tr_tnr)
export(tr_tpr)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,polygon)
importFrom(rlang,.data)
importFrom(rlang,`%||%`)
importFrom(rlang,abort)
importFrom(rlang,inform)
importFrom(rlang,warn)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,formula)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,loess)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,nobs)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,reformulate)
importFrom(stats,sd)
importFrom(stats,update)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(utils,modifyList)