Learn R Programming

farr (version 0.2.39)

auc: Area under curve

Description

A function returning AUC.

Usage

auc(scores, response)

Value

vector including AUC

Arguments

scores

Probability that response is true or 1.

response

Responses coded as logical or 0-or-1.