Skip to content
Prev 177629 / 398503 Next

doing zero inflated glmm for count data with fmr

levyofi wrote:
You have been misled.  sigma is set to 1 by definition for the Poisson and
binomial families.
Try with family="quasipoisson" and see what you get.
levyofi wrote:
I think (but am not sure) that "fmr" won't do what you want; it will fit
zero-inflated
neg binom, but not mixed-effect models.  "gnlm" in Lindsey's repeated
package does
mixed-effect models with neg binom, but not zero-inflation.  Are you sure
you need
zero-inflation after accounting for random effects?

glmm.admb in the glmmADMB package will do *most* of what you want, but ...
not crossed random effects as you have specified above (it only allows for a
single
grouping factor, as far as I can see).

If you really want all of this (zero-inflated negative binomial, crossed
random
effects) your choices would seem to be (a) the full version of AD Model
Builder
(maybe?) or (b) WinBUGS ...

  I would strongly recommend that you forward further queries on this
to the r-sig-mixed-models specialty list ...

  cheers
    Ben Bolker