BookmarkSubscribeRSS Feed
csetzkorn
Lapis Lazuli | Level 10

Looking at this:

 

http://support.sas.com/documentation/cdl/en/statug/66859/HTML/default/viewer.htm#statug_glmselect_ex...

 

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
PaigeMiller
Diamond | Level 26

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

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 2095 views
  • 0 likes
  • 2 in conversation