StepLmWrapper: Wrapper class for basic Stepwise regression

Description Usage Format Value Methods

Description

Wrapper class for basic Stepwise regression

Usage

1

Format

R6Class object

Value

Object of R6Class

Methods

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)


riley-ashton/SelectionSimulator documentation built on May 26, 2019, 4:40 p.m.