ncvreg-package {ncvreg} | R Documentation |
ncvreg: Regularization Paths for SCAD and MCP Penalized Regression Models
Description
Fits regularization paths for linear regression, GLM, and Cox regression models using lasso or nonconvex penalties, in particular the minimax concave penalty (MCP) and smoothly clipped absolute deviation (SCAD) penalty, with options for additional L2 penalties (the "elastic net" idea). Utilities for carrying out cross-validation as well as post-fitting visualization, summarization, inference, and prediction are also provided. For more information, see Breheny and Huang (2011) doi:10.1214/10-AOAS388 or visit the ncvreg homepage https://pbreheny.github.io/ncvreg/.
Author(s)
Maintainer: Patrick Breheny patrick-breheny@uiowa.edu (ORCID)
References
Breheny P and Huang J. (2011) Coordinate descent algorithms for nonconvex penalized regression, with applications to biological feature selection. Annals of Applied Statistics, 5: 232-253.
See Also
Useful links:
Report bugs at https://github.com/pbreheny/ncvreg/issues
Examples
vignette("getting-started", package="ncvreg")