print_performance_ci_survival {AutoScore} | R Documentation |
AutoScore function for survival outcomes: Print predictive performance with confidence intervals
Description
Print iAUC, c-index and time-dependent AUC as the predictive performance
Usage
print_performance_ci_survival(score, validation_set, time_point, n_boot = 100)
Arguments
score |
Predicted score |
validation_set |
Dataset for generating performance |
time_point |
The time points to be evaluated using time-dependent AUC(t). |
n_boot |
Number of bootstrap cycles to compute 95% CI for performance metrics. |
Value
No return value and the ROC performance will be printed out directly.
See Also
[Package AutoScore version 1.0.0 Index]