print_performance_survival {AutoScore} | R Documentation |
AutoScore function for survival outcomes: Print predictive performance
Description
Print mean area under the curve (mAUC) and generalised c-index (if requested)
Usage
print_performance_survival(score, validation_set, time_point)
Arguments
score |
Predicted score |
validation_set |
Dataset for generating performance |
time_point |
The time points to be evaluated using time-dependent AUC(t). |
Value
No return value and the ROC performance will be printed out directly.
See Also
[Package AutoScore version 1.0.0 Index]