Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 469 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 469 Bytes

Stepforward Selection for Step-wise Regression

The following packages allows for Stepforward selection. It allows for numerical and categorical variables within the data.

For a description of its use, then use ?stepfor within the R-package.

Soon, there will be released Stepbackwards selection.

You can load the package, using:

library(devtools)
devtools::install_github("https://github.com/lime-n/Stepfor-package.git")