View source: R/LogisticRegression.R
auc_in | R Documentation |
See roc.lr
for details. This function is used to only output the AUC value for use in other functions, such as cv.lr
.
auc_in(p, y)
p |
a vector of predictions |
y |
a vector of the true observed response variable |
the AUC value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.