evaluate_model_ord | R Documentation |
Internal function: Evaluate model performance on ordinal data
evaluate_model_ord(label, score, n_boot, report_cindex = TRUE)
label |
outcome variable |
score |
predicted score |
n_boot |
Number of bootstrap cycles to compute 95% CI for performance metrics. |
report_cindex |
If generalized c-index should be reported alongside mAUC (Default:FALSE). |
Returns a list of the mAUC (mauc) and generalized c-index (cindex, if requested for) and their 95
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.