Internal function: Evaluate model performance on ordinal data
evaluate_model_ord(label, score, n_boot, report_cindex = TRUE)Returns a list of the mAUC (mauc) and generalized c-index (cindex, if requested for) and their 95
outcome variable
predicted score
Number of bootstrap cycles to compute 95% CI for performance metrics.
If generalized c-index should be reported alongside mAUC (Default:FALSE).