AUC: Area Under the Curve

View source: R/carrot_functions_rsq.R

AUCR Documentation

Area Under the Curve

Description

Function enables efficient computation of area under receiver operating curve (AUC). Source: https://stat.ethz.ch/pipermail/r-help/2005-September/079872.html

Usage

AUC(probs, class)

Arguments

probs

probabilities

class

outcomes

Value

A value for AUC

Examples

AUC(runif(100,0,1),rbinom(100,1,0.3))

CARRoT documentation built on Oct. 14, 2023, 1:06 a.m.

Related to AUC in CARRoT...