Description Usage Arguments Value Examples
Wrapper for aucFromPA that also calls pROC::ci.auc
to obtain DeLong
confidence intervals.
1 | aucWithCI(pred, actual)
|
pred |
Vector of predictions |
actual |
Vector of outcomes |
A list with score and quantiles
1 2 | testdata <- examplePredictions()
aucWithCI(testdata$pred, testdata$actual)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.