Skip to content
Prev 263924 / 398502 Next

Neg Binomial In GEE

SamiC <s.cox.10 <at> aberdeen.ac.uk> writes:
How about using family=quasibinomial?  It has a different variance
structure from NB (var = phi*mu rather than var = mu*(1+phi*mu), and
NB is sometimes preferred because it has a slightly stronger foundation --
the NB parameterized as mu*(1+phi*mu) is in the exponential family
if phi is fixed -- but this is not so important if you are using
GEE anyway.
Well, if you have reduced the variables "as much as possible"
you may simply have a problem with not enough/poor quality data.
Sometimes that happens and you just have to simplify your model more
than you would like.

  Remember that if you are going to do model selection (throwing
away variables on the basis of some form of model goodness-of-fit)
then you should *not* make inferences on the basis of the parameters
in the selected model -- e.g. see Harrell's _Regression Modeling
Strategies_.

  Ben Bolker