step_ROC: Perform multiple logistic regression with stepwise

View source: R/multipleRoc.R

step_ROCR Documentation

Perform multiple logistic regression with stepwise

Description

Perform multiple logistic regression with stepwise

Usage

step_ROC(formula, data, plot = TRUE, trace = 0, ...)

Arguments

formula

A formula for logistic regression

data

A data.frame

plot

logical If true, return a ggplot

trace

if positive, information is printed during the running of step. Larger values may give more detailed information.

...

Further arguments to be passed to plot_ROC()

Value

A ggplot or an object of class anova

Examples

require(moonBook)
step_ROC(male~weight+height+age,data=radial)
step_ROC(male~weight+height+age,data=radial,plot=FALSE)

cardiomoon/multipleROC documentation built on Sept. 9, 2023, 7:41 a.m.