step_ROC: Perform multiple logistic regression with stepwise

Description Usage Arguments Value Examples

View source: R/ROC_sub2.R

Description

Perform multiple logistic regression with stepwise

Usage

1

Arguments

formula

A formula for logistic regression

data

A data.frame

plot

logical If true, retrun 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

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

cardiomoon/webrExtra documentation built on April 16, 2020, 3:19 p.m.