I'm running a number of Poisson regressions. To select the model with lowest AIC/BIC, I wanted to store AIC/BIC to make comparison. Is there a way to store AIC/BIC from PROC GENMOD?
Any table displayed by any procedure can be saved in a data set using an ODS OUTPUT statement and the appropriate table name. See this note for general discussion.
Any table displayed by any procedure can be saved in a data set using an ODS OUTPUT statement and the appropriate table name. See this note for general discussion.
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.
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.