auc: Area under curve

View source: R/roc.R

aucR Documentation

Area under curve

Description

A function returning AUC.

Usage

auc(scores, response)

Arguments

scores

Probability that response is true or 1.

response

Responses coded as logical or 0-or-1.

Value

vector including AUC

Source

https://blog.mbq.me/augh-roc/

https://stackoverflow.com/questions/4903092/calculate-auc-in-r


farr documentation built on May 29, 2024, 6:41 a.m.

Related to auc in farr...