DMRnet-package {DMRnet} | R Documentation |
DMRnet-package
Description
Model selection algorithms for regression and classification, where the predictors can be continuous or categorical and the number of regressors may exceed the number of observations. The selected model consists of a subset of numerical regressors and partitions of levels of factors.
DMRnet Functions
Similar in use to glmnet. It consists of the following functions:
DMR
- Model selection algorithm for p<n; produces a path of models.
DMRnet
- Model selection algorithm both for p<n and for p>=n; produces a path of models.
print.DMR
, coef.DMR
, plot.DMR
, predict.DMR
- Functions for inspection of the models on the path.
gic.DMR
, cv.DMR
, cv.DMRnet
- Functions for final model selection, resulting with one model from the path.
coef.gic.DMR
, coef.cv.DMR
, plot.gic.DMR
, plot.cv.DMR
, predict.gic.DMR
, predict.cv.DMR
- Functions for inspection of the final model.
miete
, promoter
- Two data sets used for vignettes, examples, etc.
For more information see a friendly "Getting started" vignette:
Author(s)
Agnieszka Prochenka-Sołtys, Piotr Pokarowski, Szymon Nowakowski
Maintainer: Szymon Nowakowski <s.nowakowski@mimuw.edu.pl>
References
Aleksandra Maj-Kańska, Piotr Pokarowski and Agnieszka Prochenka, 2015. Delete or merge regressors for linear model selection. Electronic Journal of Statistics 9(2): 1749-1778. doi:10.1214/15-EJS1050
Piotr Pokarowski and Jan Mielniczuk, 2015. Combined l1 and greedy l0 penalized least squares for linear model selection. Journal of Machine Learning Research 16(29): 961-992. https://www.jmlr.org/papers/volume16/pokarowski15a/pokarowski15a.pdf
Piotr Pokarowski, Wojciech Rejchel, Agnieszka Sołtys, Michał Frej and Jan Mielniczuk, 2022. Improving Lasso for model selection and prediction. Scandinavian Journal of Statistics, 49(2): 831–863. doi:10.1111/sjos.12546
Examples
## Not run:
vignette("getting-started", package="DMRnet")
## End(Not run)