Functions to perform stepwise split regularized regression. The approach first uses a stepwise algorithm to split the variables into the models with a goodness of fit criterion, and then regularization is applied to each model. The weights of the models in the ensemble are determined based on a criterion selected by the user.
Version: | 1.0.2 |
Imports: | Rcpp (≥ 1.0.7), SplitGLM, nnls |
LinkingTo: | Rcpp, RcppArmadillo |
Suggests: | testthat, mvnfast |
Published: | 2022-06-27 |
Author: | Anthony Christidis [aut, cre], Stefan Van Aelst [aut], Ruben Zamar [aut] |
Maintainer: | Anthony Christidis <anthony.christidis at stat.ubc.ca> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
NeedsCompilation: | yes |
Materials: | README NEWS |
CRAN checks: | stepSplitReg results |
Reference manual: | stepSplitReg.pdf |
Package source: | stepSplitReg_1.0.2.tar.gz |
Windows binaries: | r-devel: stepSplitReg_1.0.2.zip, r-release: stepSplitReg_1.0.2.zip, r-oldrel: stepSplitReg_1.0.2.zip |
macOS binaries: | r-release (arm64): stepSplitReg_1.0.2.tgz, r-oldrel (arm64): stepSplitReg_1.0.2.tgz, r-release (x86_64): stepSplitReg_1.0.2.tgz, r-oldrel (x86_64): stepSplitReg_1.0.2.tgz |
Old sources: | stepSplitReg archive |
Please use the canonical form https://CRAN.R-project.org/package=stepSplitReg to link to this page.