powered by
Function enables efficient computation of area under receiver operating curve (AUC). Source: https://stat.ethz.ch/pipermail/r-help/2005-September/079872.html
AUC(probs, class)
A value for AUC
probabilities
outcomes
AUC(runif(100,0,1),rbinom(100,1,0.3))
Run the code above in your browser using DataLab