Skip to content

mixed model negative bionomial

1 message · Paul Johnson

#
Hi

I refitted with his data, making the change in the formula suggested.

It appears "underdispersed" rather than over, if the relevant
benchmark is 120, you expect deviance to be about that same value.
Isn't that how you would read it?
+ family = binomial)
Generalized linear mixed model fit by the Laplace approximation
Formula: cbind(NSick, (Ntest - NSick)) ~ Breed + (1 | Farm)
   Data: dat
   AIC   BIC logLik deviance
 88.99 100.1  -40.5    80.99
Random effects:
 Groups Name        Variance Std.Dev.
 Farm   (Intercept)  0        0
Number of obs: 120, groups: Farm, 4

Fixed effects:
               Estimate Std. Error z value Pr(>|z|)
(Intercept)     -3.9404     0.2524 -15.610   <2e-16 ***
BreedPerindale  -0.7601     0.5153  -1.475   0.1402
BreedRomney     -0.9463     0.4813  -1.966   0.0493 *
---
Signif. codes:  0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1

Correlation of Fixed Effects:
            (Intr) BrdPrn
BreedPerndl -0.490
BreedRomney -0.524  0.257


And if one of these is underdispersed, is one supposed to change something?

Ever see this article? It will make you re-think. Maybe even
second-guess things you thought you knew.

Skrondal, A. and Rabe-Hesketh, S. (2007). Redundant overdispersion
parameters in multilevel models for categorical responses. Journal of
Educational and Behavioral Statistics 32, 419-430.

which you can retrieve from the GLLAAM website
(http://www.gllamm.org/sophia.html).
On Fri, Mar 29, 2013 at 5:33 PM, Philippi, Tom <tom_philippi at nps.gov> wrote: