LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 2 Mar 2006 18:23:56 -0800
Reply-To:   nevin.krishna@GMAIL.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   nevin.krishna@GMAIL.COM
Organization:   http://groups.google.com
Subject:   proc genmod-criteria for overdispersion
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset="iso-8859-1"

Hello all,

i am trying to do a poisson regression with an outcome being rate of disease, and independent variables being agecode (categories of age), region, and sex. I am trying to figure out how to interpret whether there is evidence of overdispersion: i was taught that this can be accomplished by looking at the value/df from the criteria for assessing goodness of fit output...the closer the value is to 1 the less the influence of overdispersion.

when i run the following code, i get the following output..

proc genmod data=mening_poisson; class agecode sex region; model count=agecode sex region / offset=l_pop dist=poi link=log type3; run;

Criteria For Assessing Goodness Of Fit

Criterion DF Value Value/DF

Deviance 161 224.3462 1.3935 Scaled Deviance 161 224.3462 1.3935 Pearson Chi-Square 161 204.5569 1.2705 Scaled Pearson X2 161 204.5569 1.2705 Log Likelihood 843.6215

Is 1.39 considered close to 1 ? what is the cutpoint for what determines overdispersion based on the value/df stat?

Thanks, nevin


Back to: Top of message | Previous page | Main SAS-L page