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.
https://blogs.sas.com/content/iml/2017/10/25/principal-component-regression-drawbacks.html
Calling @Rick_SAS
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates
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.