Is there a way for when I use this:
proc reg data=have; model Y=X1 X2 X3 X4 X5/ selection=adjrsq cp aic sbc RMSE; by hour; run;
I only get the top, best model for example based on RMSE?
Now when I run this, It shows me all possible models from best to worst.
I would just like to get the top one
Have a look at the BEST= option
View solution in original post
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.