View source: R/AutoScore_Ordinal.R
print_performance_ordinal | R Documentation |
Print mean area under the curve (mAUC) and generalised c-index (if requested)
print_performance_ordinal(label, score, n_boot = 100, report_cindex = FALSE)
label |
outcome variable |
score |
predicted score |
n_boot |
Number of bootstrap cycles to compute 95% CI for performance metrics. |
report_cindex |
Whether to report generalized c-index for model evaluation (Default:FALSE for faster evaluation). |
No return value and the ROC performance will be printed out directly.
AutoScore_testing_Ordinal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.