auc_in: AUC Calculator

View source: R/LogisticRegression.R

auc_inR Documentation

AUC Calculator

Description

See roc.lr for details. This function is used to only output the AUC value for use in other functions, such as cv.lr.

Usage

auc_in(p, y)

Arguments

p

a vector of predictions

y

a vector of the true observed response variable

Value

the AUC value


dannyjameswilliams/danielR documentation built on Aug. 20, 2023, 3:25 a.m.