- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 11-06-2017 06:01 AM
(2064 views)
Looking at this:
It appears that one can perform ridge regression to deal with collinearity using for example:
proc glmselect data=sashelp.Leutrain valdata=sashelp.Leutest plots=coefficients; model y = x1-x7129/ selection=elasticnet(steps=120 L2=0.001 choose=validate); run;
Is this correct? Can anyone please recommend some papers/books talking about the elasticnet method in more details please?
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Google finds many papers on the elastic net. The SAS documentation you refer to also contains a reference to a paper by Zou and Hastie on this subject.
--
Paige Miller
Paige Miller