conversion_table_survival {AutoScore} | R Documentation |
AutoScore function for survival outcomes: Print conversion table
Description
Print conversion table for survival outcomes
Usage
conversion_table_survival(
pred_score,
score_cut = c(40, 50, 60),
time_point = c(7, 14, 30, 60, 90)
)
Arguments
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). |
Value
conversion table and the it will also be printed out directly.
See Also
[Package AutoScore version 1.0.0 Index]