AUC: AUC

View source: R/ROCSI.R

AUCR Documentation

AUC

Description

Empirical AUC estimate

Usage

AUC(outcome, predict)

Arguments

outcome

binary outcome (1: desired outcome; 0: otherwise)

predict

prediction score

Details

Function for AUC when input is X and Y.

Value

a numeric value of empirical estimation of area under the ROC curves

Examples

# no run

ROCSI documentation built on Aug. 24, 2022, 5:05 p.m.

Related to AUC in ROCSI...