Stepwise regression analysis for variable selection can be used to get the best candidate final regression model in univariate or multivariate regression analysis with the 'forward' and 'stepwise' steps. Procedure uses Akaike information criterion, the small-sample-size corrected version of Akaike information criterion, Bayesian information criterion, Hannan and Quinn information criterion, the corrected form of Hannan and Quinn information criterion, Schwarz criterion and significance levels as selection criteria, where the significance levels for entry and for stay are set to 0.15 as default. Multicollinearity detection in regression model are performed by checking tolerance value, which is set to 1e-7 as default. Continuous variables nested within class effect are also considered in this package.
Version: | 1.0.0 |
Depends: | R (≥ 2.10) |
Imports: | Rcpp (≥ 0.12.13) |
LinkingTo: | Rcpp, RcppEigen |
Published: | 2017-11-03 |
Author: | Junhui Li,Kun Cheng,Wenxin Liu |
Maintainer: | Junhui Li <junhuili at cau.edu.cn> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | yes |
CRAN checks: | StepReg results |
Reference manual: | StepReg.pdf |
Package source: | StepReg_1.0.0.tar.gz |
Windows binaries: | r-devel: StepReg_1.0.0.zip, r-release: StepReg_1.0.0.zip, r-oldrel: StepReg_1.0.0.zip |
OS X El Capitan binaries: | r-release: StepReg_1.0.0.tgz |
OS X Mavericks binaries: | r-oldrel: StepReg_1.0.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=StepReg to link to this page.