get.AUC: Obtain AUC value

get.AUCR Documentation

Obtain AUC value

Description

Obtain AUC value

Usage

get.AUC(pred, label, raw = TRUE, direction = "auto")

Arguments

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)

Examples

data("LIRI")
loonR::get.AUC(LIRI$ANLN, LIRI$status)


ProfessionalFarmer/loonR documentation built on Oct. 9, 2024, 9:56 p.m.