beta_CVX {glmnet} | R Documentation |
Simulated data for the glmnet vignette
Description
Simple simulated data, used to demonstrate the features of glmnet
Format
Data objects used to demonstrate features in the glmnet vignette
Details
These datasets are artificial, and are used to test out some of the features of glmnet.
Examples
data(QuickStartExample)
x <- QuickStartExample$x; y <- QuickStartExample$y
glmnet(x, y)
[Package glmnet version 4.1-8 Index]