relaxnet: Relaxation of glmnet models (as in relaxed lasso, Meinshausen 2007)

Extends the glmnet package with "relaxation", done by running glmnet once on the entire predictor matrix, then again on each different subset of variables from along the regularization path. Relaxation may lead to improved prediction accuracy for truly sparse data generating models, as well as fewer false positives (i.e. fewer noncontributing predictors in the final model). Penalty may be lasso (alpha = 1) or elastic net (0 < alpha < 1). For this version, family may be "gaussian" or "binomial" only. Takes advantage of fast FORTRAN code from the glmnet package.

Package details

AuthorStephan Ritter, Alan Hubbard
MaintainerStephan Ritter <stephanritterRpacks@gmail.com>
LicenseGPL (>= 2)
Version0.3-2
URL http://cran.r-project.org/package=relaxnet
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("relaxnet")

Try the relaxnet package in your browser

Any scripts or data that you put into this service are public.

relaxnet documentation built on May 2, 2019, 12:39 p.m.