step_ROC | R Documentation |
Perform multiple logistic regression with stepwise
step_ROC(formula, data, plot = TRUE, trace = 0, ...)
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() |
A ggplot or an object of class anova
require(moonBook)
step_ROC(male~weight+height+age,data=radial)
step_ROC(male~weight+height+age,data=radial,plot=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.