compute_mauc_ord | R Documentation |
Internal function: Compute mAUC for ordinal predictions
compute_mauc_ord(y, fx)
y |
An ordered factor representing the ordinal outcome, with length n and J categories. |
fx |
Either (i) a numeric vector of predictor (e.g., predicted scores) of length n or (ii) a numeric matrix of predicted cumulative probabilities with n rows and (J-1) columns. |
The mean AUC of J-1 cumulative AUCs (i.e., when evaluating the prediction of Y<=j, j=1,...,J-1).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.