-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
37 lines (36 loc) · 1.13 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(explain,default)
S3method(plot,surv_ceteris_paribus_explainer)
S3method(plot,surv_explainer)
S3method(plot,surv_model_performance_explainer)
S3method(plot,surv_prediction_breakdown_explainer)
S3method(plot,surv_variable_response_explainer)
S3method(predictSurvProb,surv_explainer)
S3method(print,surv_ceteris_paribus_explainer)
S3method(print,surv_explainer)
S3method(print,surv_model_performance_explainer)
S3method(print,surv_prediction_breakdown_explainer)
S3method(print,surv_variable_response_explainer)
export(ceteris_paribus)
export(explain)
export(model_performance)
export(prediction_breakdown)
export(theme_mi2)
export(variable_response)
import(ggplot2)
import(pec)
importFrom(breakDown,broken)
importFrom(prodlim,Hist)
importFrom(scales,seq_gradient_pal)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,weighted.mean)
importFrom(survival,survfit)
importFrom(survminer,ggsurvplot)
importFrom(utils,head)
importFrom(utils,tail)