quick.ROC: Quick ROC curve and Area Under ROC Curve

Description Usage Arguments Value

View source: R/quick.helpers.R

Description

Takes GLM and computes ROC curve using ROCR library.

Usage

1
quick.ROC(my.glm, title = "ROC Curve", cutoff = 0.5, do.plot = T)

Arguments

my.glm

Object of class "glm"

title

Main title for graph (default: "ROC Curve")

cutoff

Cutoff point? (default: 0.5)

do.plot

Plot ROC Curve? (default: T)

Value

List with area under curve and plot


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