Learn R Programming

radiant.model (version 1.6.7)

auc: Area Under the RO Curve (AUC)

Description

Area Under the RO Curve (AUC)

Usage

auc(pred, rvar, lev)

Value

AUC statistic

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

See Also

evalbin to calculate results

summary.evalbin to summarize results

plot.evalbin to plot results

Examples

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

Run the code above in your browser using DataLab