AUC {ROCSI}R 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

[Package ROCSI version 0.1.0 Index]