quick.ROC.diag: ROC Diagnositics table

Description Usage Arguments Value Examples

View source: R/quick.helpers.R

Description

Looks at Sensitivity, Specificity, and Area Under the Curve for a range of cutoff values.

Usage

1
quick.ROC.diag(my.glm, vals)

Arguments

my.glm

Object of class "glm"

vals

List of cutoff values to check.

Value

Matrix of values for each cutoff value.

Examples

1
quick.ROC.diag(my.glm,seq(0.4,0.6,by=0.05))

ckraner/quick.tasks documentation built on May 24, 2019, 5:02 a.m.