proc genmod data = TWO order = DATA; class Predictor_Category; model Outcome_Count = Predictor_Category / dist=poisson link=log offset= LTotal type1 type3 ; run;
You do have a saturated model: you have 10 observations and your model specifies 10 parameter estimates. You'll have to come up with a new vision for analysis.
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.