Print receiver operating characteristic (ROC) performance
print_roc_performance(label, score, threshold = "best", metrics_ci = FALSE)No return value and the ROC performance will be printed out directly.
outcome variable
predicted score
Threshold for analyze sensitivity, specificity and other metrics. Default to "best"
whether to calculate confidence interval for the metrics of sensitivity, specificity, etc.
AutoScore_testing