Dear all, I hava a question about the proc glimmix; the following was my code
proc glimmix data=pt empirical order = data PLOTs= all;
class Affiliation pt60dich3(ref = first)/ref = first;
model score = pt60dich3 / dist=bin link=glogit SOLUTION cl oddsratio;
random intercept/subject = Affiliation; run;
Here, score was a ordinal score.
However, this model went wrong: the generalized logit can only be used with the multinomial distribution.
How should i perfrom mixed effect ordinal logistic model?
Ordinal implies (to me) more than two levels of the response variable. Is that what you have?
If so, then BIN is the wrong value for DIST. You do need to specify the MULTINOMIAL distribution.
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
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.