Description Usage Format Value Methods
Wrapper class for basic Stepwise regression
1 |
R6Class
object
Object of R6Class
new
Constructor
run
Runs the stepwise regression and saves the fitted model and the order the covariates were included
get_fitted_model
Returns the glm or lm object (must call "run()" first)
get_inclusion_order
Returns the order covariates were included in (list<vector<string>>) (must call "run()" first)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.