With regard to GLIMMIX, I was incomplete in my assertion about including a categorical response in the CLASS statement for multinomial distributions. That only seems to be the case for a generalized logit (LINK=GLOGIT), but not for the default link for DIST=MULT, where the default is a cumulative logit.
SteveDenham
(Apologies to @StatDave )
Thanks for your clarification Steve!
No worries, but actually GLIMMIX also runs fine with GLOGIT:
proc glimmix data=dv2;
model dv=income/dist=mult link=glogit s;
run;
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.