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

Dear All,

Earlier I have used the GLIMMIX macro in an analysis and I was confident that it automatically dealed with overdispersion, so I did not checked whether our data was overdispersed or not. However, now a colleague of mine asked whether our data was overdispersed and if we have dealt with it. I tried to find a reference saying that GLIMMIX macro automatically deals with overdispersion, but I failed. Can anyone tell me such a reference?

Thanks in advance,

Blase

1 ACCEPTED SOLUTION

Accepted Solutions
SteveDenham
Jade | Level 19

In PROC GLIMMIX, you would add:

random _residual_/group=groupvariablename;

But that is not the issue, right now.  Go back to your original request.  You need to get SAS for Mixed Models, and be sure it is the FIRST edition.  Chapter 11 deals with %GLIMMIX.  On page 457 there is a section called "Failing to Account for Overdispersion", where it tells you how to fix the extra-dispersion parameter at a fixed value.  The first sentence of this section says:

"To see what happens if you do NOT accunt for overdispersion, you can override the automatic estimate of the extra-dispersion parameter 'phi'."

So, trust in your prior belief and cite:

Littell, R. C. Milliken, G. A., Stroup, W. W. & Wolfinger, R. D. (1996). SAS System for Mixed Models, Cary, NC: SAS Institute Inc.

Steve Denham

View solution in original post

4 REPLIES 4
SteveDenham
Jade | Level 19

I do not believe that a reference such as that exists.  It has been a long time since I used the macro version of GLIMMIX, but I believe the only way to handle overdispersion was through the use of a REPEATED statement.

Steve Denham

Blase
Calcite | Level 5

How can one control for overdispersion with the repeated statement? We had one measurement for each subject. 

SteveDenham
Jade | Level 19

In PROC GLIMMIX, you would add:

random _residual_/group=groupvariablename;

But that is not the issue, right now.  Go back to your original request.  You need to get SAS for Mixed Models, and be sure it is the FIRST edition.  Chapter 11 deals with %GLIMMIX.  On page 457 there is a section called "Failing to Account for Overdispersion", where it tells you how to fix the extra-dispersion parameter at a fixed value.  The first sentence of this section says:

"To see what happens if you do NOT accunt for overdispersion, you can override the automatic estimate of the extra-dispersion parameter 'phi'."

So, trust in your prior belief and cite:

Littell, R. C. Milliken, G. A., Stroup, W. W. & Wolfinger, R. D. (1996). SAS System for Mixed Models, Cary, NC: SAS Institute Inc.

Steve Denham

Blase
Calcite | Level 5

Thank you very much. This is what I needed.

Blase

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 4 replies
  • 1443 views
  • 0 likes
  • 2 in conversation