logistic_roc: Plot logistic model's ROC with AUC and confidence interval

View source: R/logistic_goodies.R

logistic_rocR Documentation

Plot logistic model's ROC with AUC and confidence interval

Description

Plot logistic model's ROC with AUC and confidence interval

Usage

logistic_roc(mod, plot = TRUE, add = FALSE, legend_auc = TRUE, ...)

Arguments

mod

a glm (family = binomial) model

plot

wheter to plot or not the graph

add

add the roc to a previous existing one

legend_auc

add a legend with the AUC and confidence interval

...

further params passed to plot.roc


lbraglia/lbdiag documentation built on July 29, 2023, 3:35 p.m.