Description Usage Arguments Value Examples
View source: R/stepwise_selection_function.r
Select predictor that create best fit model using forward selection methods
1 |
data |
a data frame |
formula |
specify dependent and independent variables for glm formula |
a list of candidate variables, list of added variables, and stepwise summary table
1 | stepwise_selection(data = ToothGrowth, supp ~ .)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.