conversion_table_survival {AutoScore} | R Documentation |
Print conversion table for survival outcomes
conversion_table_survival(
pred_score,
score_cut = c(40, 50, 60),
time_point = c(7, 14, 30, 60, 90)
)
pred_score |
a data frame with outcomes and final scores generated from |
score_cut |
Score cut-offs to be used for generating conversion table |
time_point |
The time points to be evaluated using time-dependent AUC(t). |
conversion table and the it will also be printed out directly.