auc: Area Under the RO Curve (AUC)

aucR Documentation

Area Under the RO Curve (AUC)

Description

Area Under the RO Curve (AUC)

Usage

auc(pred, rvar, lev)

Arguments

pred

Prediction or predictor

rvar

Response variable

lev

The level in the response variable defined as success

Details

See https://radiant-rstats.github.io/docs/model/evalbin.html for an example in Radiant

Value

AUC statistic

See Also

evalbin to calculate results

summary.evalbin to summarize results

plot.evalbin to plot results

Examples

auc(runif(20000), dvd$buy, "yes")
auc(ifelse(dvd$buy == "yes", 1, 0), dvd$buy, "yes")

radiant-rstats/radiant.model documentation built on Nov. 29, 2023, 5:59 a.m.