Print scoring performance (KM curve) for survival outcome
plot_survival_km(
pred_score,
score_cut = c(40, 50, 60),
risk.table = TRUE,
title = NULL,
legend.title = "Score",
xlim = c(0, 90),
break.x.by = 30,
...
)No return value and the KM performance will be plotted.
Generated from STEP(v)AutoScore_testing_Survival()
Score cut-offs to be used for the analysis
Allowed values include: TRUE or FALSE specifying whether to show or not the risk table. Default is TRUE.
Title displayed in the KM curve
Legend title displayed in the KM curve
limit for x
Threshold for analyze sensitivity,
additional parameters to pass to
ggsurvplot .
AutoScore_testing_Survival