glmnet (version 2.0-3)

beta_CVX: Simulated data for the glmnet vignette

Description

Simple simulated data, used to demonstrate the features of glmnet

Usage

data(BinomialExample)
data(CVXResults)
data(CoxExample)
data(MultiGaussianExample)
data(MultinomialExample)
data(PoissonExample)
data(QuickStartExample)
data(SparseExample)

Arguments

format

Data objects used to demonstrate features in the glmnet vignette

Details

Theses datasets are artificial, and ere used to test out some of the features of glmnet.

Examples

Run this code
data(QuickStartExample)
glmnet(x,y)

Run the code above in your browser using DataCamp Workspace