Hi All,
Can anyone clearly explain the difference between the three procedures :GLM/GLIMMIX/GENMOD.
Thanks!
http://documentation.sas.com/?cdcId=pgmmvacdc&cdcVersion=9.4&docsetId=statug&docsetTarget=statug_int...
GENMOD: http://documentation.sas.com/?cdcId=pgmmvacdc&cdcVersion=9.4&docsetId=statug&docsetTarget=statug_gen...
View solution in original post
Both proc glm and proc genmod do the General Linear Model.But proc glm use OLS to fit model ,while proc genmod use MLE to fit.
proc glimmix usually is for Mixed General Linear Model, not like GLM/GENMOD which only consider effect as FIXED .
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Latest Updates