Skip to content
Prev 9959 / 20628 Next

New Variant of Same Question: bias corrected logit estimates

Paul Johnson <pauljohn32 at ...> writes:
I don't really know the answer to the full question, but I would
venture this:

  * There is no explicit bias-reduction capacity built into the
fixed-effects estimation component of glmer
 * I'm aware of Firth's algorithm and have used the R implementations
but haven't read the paper/don't know the details
 * glmer does handle some of the typical problems with 'rare events'
by doing shrinkage across random effects, but if the events are
rare in the *entire* data set (and not just in individual/small/
undersample regions), I don't think that will help
 * Vince Dorie and Andrew Gelman's blme package, or Jarrod Hadfield's
MCMCglmm package, could be used with more or less informative priors
to achieve a degree of shrinkage.

  I don't know whether there's a clever way to adapt glmer
itself to do shrinkage/bias correction on a single sample.

  Hopefully others with more knowledge will chime in.