AUROC: Area Under the ROC Curve

Description Usage Arguments Examples

Description

This function computes the AUC, and returns the numeric value of it.

Usage

1
AUROC(Target, Prediction)

Arguments

Target

A vector with values of 0/1 to be predicted.

Prediction

A vector of prediction or covariate used to predict the target.

Examples

1
AUROC(mtcars$am, mtcars$mpg)

Then-Terence/LiteXploreR documentation built on May 18, 2019, 8:07 p.m.