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

CFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

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