Skip to content
Prev 31805 / 398506 Next

A problem in a glm model

You need to look up the Hauck-Donner phenomenon in MASS (4th, 3rd or 2nd 
edition).

In short, Wald tests of binomial or Poisson glms are highly unreliable:
a moderate p-value indicates no effect or a very large effect.

I suspect your model is in fact partially separable (that is can fit parts
of the data exactly), since those are large coefficients for indicator 
variables.  Try reducing the tolerance in glm.control (add epsilon=1e-10) 
and see if the coefficients change a lot.
On Thu, 8 May 2003, Simona Avanzo wrote: