get.AUC | R Documentation |
Obtain AUC value
get.AUC(pred, label, raw = TRUE, direction = "auto")
pred |
Predicted score or probability |
label |
label/class/group |
raw |
Default TRUE, return raw auc result with description |
direction |
<: (controls < t <= cases) ###### >: (controls > t >= cases) |
data("LIRI")
loonR::get.AUC(LIRI$ANLN, LIRI$status)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.