computeAuc: Compute the area under the ROC curve

View source: R/EvaluationSummary.R

computeAucR Documentation

Compute the area under the ROC curve

Description

Compute the area under the ROC curve

Usage

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.


OHDSI/PatientLevelPrediction documentation built on April 6, 2024, 11:50 p.m.