View source: R/carrot_functions_rsq.R
AUC | R Documentation |
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)
probs |
probabilities |
class |
outcomes |
A value for AUC
AUC(runif(100,0,1),rbinom(100,1,0.3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.