Skip to content

Crash fitting lmer in lme4_0.999375-4

1 message · Douglas Bates

#
On Mon, Mar 3, 2008 at 10:16 AM, Douglas Bates <bates at stat.wisc.edu> wrote:
There were indeed a couple of dumb programming mistakes that caused
segfaults when fitting a linear mixed model with weights.  After
having fixed those I can get your example to run but the results
(enclosed) don't look correct.  I think the problem is that I am using
the penalized, weighted residual sum of squares to evaluate the
conditional estimate of the common scale parameter (i.e. sigma)
without taking into account the sum of the weights.

I already have a FIXME comment in the code that I should evaluate and
store sigma in a different way so I will make that change and check on
the way that sigma should be estimated at the same time.