BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Babloo
Rhodochrosite | Level 12

Appreciate if someone give one simple example to understand the difference between Proc Glimmix and Proc Mixed.

1 ACCEPTED SOLUTION

Accepted Solutions
Rick_SAS
SAS Super FREQ

The difference between generalized mixed models (GLIMMIX) and linear mixed models (MIXED) are described in the doc: Introduction to Mixed Modeling Procedures.  An in-depth comparison is in the GLIMMIX doc:"Comparing the GLIMMIX and MIXED Procedures."

 

If you are familiar with generalized linear models (PROC GENMOD) and linear models (PROC GLM), the ideas are similar: the generalized models enable you to model a wider range of response variables, including binary, count data, lognormal data, and more.

View solution in original post

2 REPLIES 2
Rick_SAS
SAS Super FREQ

The difference between generalized mixed models (GLIMMIX) and linear mixed models (MIXED) are described in the doc: Introduction to Mixed Modeling Procedures.  An in-depth comparison is in the GLIMMIX doc:"Comparing the GLIMMIX and MIXED Procedures."

 

If you are familiar with generalized linear models (PROC GENMOD) and linear models (PROC GLM), the ideas are similar: the generalized models enable you to model a wider range of response variables, including binary, count data, lognormal data, and more.

lvm
Rhodochrosite | Level 12 lvm
Rhodochrosite | Level 12

Just to add to Rick's answer, GLIMMIX is for any (conditional) distribution in the so-called expoential family. Poisson, binomial, negative binomial, etc. Because the normal distribution is a member of this family, GLIMMIX can also be used for the normal distributions. Thus, many now use GLIMMIX instead of MIXED for normal response data. SAS continues to add new features to GLIMMIX, but new developments with MIXED are pretty much halted.  (But there are some features in MIXED for normal data that have not been implemented in GLIMMIX).

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

What is ANOVA?

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.

Discussion stats
  • 2 replies
  • 8542 views
  • 4 likes
  • 3 in conversation