beta_CVX | R Documentation |
Simple simulated data, used to demonstrate the features of glmnet
Data objects used to demonstrate features in the glmnet vignette
These datasets are artificial, and are used to test out some of the features of glmnet.
data(QuickStartExample)
x <- QuickStartExample$x; y <- QuickStartExample$y
glmnet(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.