Skip to content

New alpha release of lme4 available on R-forge

1 message · Douglas Bates

#
On Jan 31, 2008 12:07 PM, Douglas Bates <bates at stat.wisc.edu> wrote:
Now fixed and committed.
The problem is with the values of the offset.  Perhaps I am
misunderstanding the use of offset but I add the offset, when
specified, to the value of the linear predictor.  Because the values
of the offset are sometimes in the thousands, this makes for very
large values of the linear predictor (the 'eta' slot) and when the
inverse link function is applied some of the elements of mu become
infinite.

If I read the section in McCullagh and Nelder correctly the offset for
this example should be log(service), not service.

I enclose a sample run of how I think the model should be fit, both in
glm and in lmer/glmer.

I am grateful for the example because it exposed a bug in the call to
glm.fit within the glmer function.  That too is now fixed and
committed.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ships_Rout.txt
URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20080131/61859a2c/attachment.txt>