Description Usage Format Value Fields Methods
Class/algorithm for Stepwise regression that considers correlation structure (recursively)
1 |
R6Class
object
Object of R6Class
PredictorsGenerator
object for generating predictors
ResponseCalculator
object for computing response
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.