-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
37 lines (36 loc) · 1.14 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
# Generated by roxygen2: do not edit by hand
S3method(map_newdata,default)
S3method(map_newdata,predinfo_logistic)
S3method(map_newdata,predinfo_survival)
S3method(plot,predvalidate)
S3method(pred_predict,default)
S3method(pred_predict,predinfo_logistic)
S3method(pred_predict,predinfo_survival)
S3method(pred_stacked_regression,default)
S3method(pred_stacked_regression,predinfo_logistic)
S3method(pred_stacked_regression,predinfo_survival)
S3method(pred_update,default)
S3method(pred_update,predinfo_logistic)
S3method(pred_update,predinfo_survival)
S3method(pred_validate,default)
S3method(pred_validate,predinfo_logistic)
S3method(pred_validate,predinfo_survival)
S3method(print,predinfo)
S3method(print,predvalidate_logistic)
S3method(print,predvalidate_survival)
S3method(summary,predSR)
S3method(summary,predUpdate)
S3method(summary,predinfo)
S3method(summary,predvalidate_logistic)
S3method(summary,predvalidate_survival)
export(dummy_vars)
export(inv_logit)
export(logit)
export(map_newdata)
export(pred_input_info)
export(pred_predict)
export(pred_stacked_regression)
export(pred_update)
export(pred_val_probs)
export(pred_validate)
importFrom(rlang,.data)