I am using proc glimmix in SAS to fit a multilevel model for a multinomial outcome with unordered response categories. Proc glimmix requires that you specify the group= option in the random statement to obtain random effects for each outcome group. However, I suspect this prevents that correlations between random effects of different outcome groups are computed, even if the type=un option is specified. 

Is there any way within the glimmix procedure to circumvent this issue? Thanks in advance!

Similar questions and discussions