powered by
Simple simulated data, used to demonstrate the features of glmnet
data(BinomialExample) data(CVXResults) data(CoxExample) data(MultiGaussianExample) data(MultinomialExample) data(PoissonExample) data(QuickStartExample) data(SparseExample)
Data objects used to demonstrate features in the glmnet vignette
Theses datasets are artificial, and ere used to test out some of the features of glmnet.
# NOT RUN { data(QuickStartExample) glmnet(x,y) # }
Run the code above in your browser using DataLab