computeAuc: Compute the area under the ROC curve

Description Usage Arguments Details

View source: R/EvaluatePlp.R

Description

Compute the area under the ROC curve

Usage

1
computeAuc(prediction, confidenceInterval = FALSE)

Arguments

prediction

A prediction object as generated using the predict functions.

confidenceInterval

Should 95 percebt confidence intervals be computed?

Details

Computes the area under the ROC curve for the predicted probabilities, given the true observed outcomes.


hxia/plp-git-demo documentation built on March 19, 2021, 1:54 a.m.