Learn R Programming

ROCSI (version 0.1.0)

AUC: AUC

Description

Empirical AUC estimate

Usage

AUC(outcome, predict)

Value

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

Arguments

outcome

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

predict

prediction score

Details

Function for AUC when input is X and Y.

Examples

Run this code
# no run

Run the code above in your browser using DataLab