BookmarkSubscribeRSS Feed
csetzkorn
Lapis Lazuli | Level 10

Hi all,

 

I would like to perform ridge/elastic net regression to obtain more reliable parameter estimates without throwing away features IVs. Is this possible when I use PROC GLMSELECT. Thanks,

 

C

2 REPLIES 2
lakshmi_74
Quartz | Level 8

PROC GLMSELECT DATA=dsn outvif outest =results_setname RIDGE=ridgeparameter;

MODEL dependent=independent_variables;

PLOT/RIDGEPLOT;

RUN;

csetzkorn
Lapis Lazuli | Level 10

I do not think that works. It is not the correct syntx for proc glmselect

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 2 replies
  • 1854 views
  • 0 likes
  • 2 in conversation