aucWithCI: aucWithCI

Description Usage Arguments Value Examples

View source: R/helpers.R

Description

Wrapper for aucFromPA that also calls pROC::ci.auc to obtain DeLong confidence intervals.

Usage

1
aucWithCI(pred, actual)

Arguments

pred

Vector of predictions

actual

Vector of outcomes

Value

A list with score and quantiles

Examples

1
2
testdata <- examplePredictions() 
aucWithCI(testdata$pred, testdata$actual) 

Peder2911/evallib documentation built on Dec. 18, 2019, 2:41 a.m.