Is there a way to switch the default dummy-coding of CLASS variables to effect-coding in PROC GLIMMIX?
My goal is to obtain tests for each level of a fixed class variable against sample average in PROC GLIMMIX. In PROC LOGISTIC the CLASS statement has an option ‘PARAM=EFFECT’ to accomplish this. There does not seem to be an equivalent for that in PROC GLIMMIX. Am I missing something?
If I can't change the way a CLASS variable is parameterized by GLIMMIX, what would you recommend for me to achieve my goal? I know I could manually effect-code each level of my class variable in the source dataset and enter all of those effect-coded variables into the model. I can also use a series of ESTIMATE statements to compute the desired targets by using dummy-code default. Trouble is that my class variable has over 400 levels and both of the options above require a whole lot of coding. I have hard time believing that SAS took away PARAM=EFFECT option without an easy alternative.
Do you have any other suggestions?
Thanks,
Haris
... View more