beta_CVX: Simulated data for the glmnet vignette

beta_CVXR 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)


glmnet documentation built on Aug. 22, 2023, 9:12 a.m.