BookmarkSubscribeRSS Feed
june94
Calcite | Level 5

When I run this code:

 

 

proc reg data=mydata outest=regout;
model y=x1 x2 x3 x4 / ridge=0.02;
run;

 

 

I get R2, adj R2 and parameter estimates for multiple linear regression. Are there any options to get them for ridge regression?

 

Sorry, I maybe asking a dumb question, I'm new to SAS and I can't find the solution.

1 REPLY 1

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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