Hello,
I would ask you if is it possible, and in this case, how to build a GLMM model (Generalized linear Mixed Models) using SAS Miner (or SAS Enterprise Guide).
Thank you very much in advance!
Bye,
M.
Check PROC MIXED or PROC GLIMMIX
Thank you very much!
What are the differences of that two proc?
Do you know if there is something similar also in SAS Miner?
M.
PROC MIXED assuming residual conform to NORMAL distribution.
while PROC GLIMMIX could conform to many different distribution like normal,binomial, gamma ........
As fas as I know you can't run GLMM under SAS/EM .
GLMM is under statistical framework, not under Computer Science(SAS/EM).
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.