print_roc_performance | R Documentation |
Print receiver operating characteristic (ROC) performance
print_roc_performance(label, score, threshold = "best", metrics_ci = FALSE)
label |
outcome variable |
score |
predicted score |
threshold |
Threshold for analyze sensitivity, specificity and other metrics. Default to "best" |
metrics_ci |
whether to calculate confidence interval for the metrics of sensitivity, specificity, etc. |
No return value and the ROC performance will be printed out directly.
AutoScore_testing
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.