Skip to content
Prev 7653 / 20628 Next

Bleeding edge lme4 (or lme4a) plus DF estimation

Joehanes, Roby (NIH/NHLBI) [F] <roby.joehanes at ...> writes:
It probably hasn't.  It would be very helpful if you could send a small
self-contained example to lme4-authors <at> r-forge.wu-wien.ac.at --
we could probably make one up ourselves, but it would be quicker/
more motivational if you did it.
Probably not -- refit saves time by (1) starting from previous
starting values and (2) not having to rebuild X and Z components.
You could do #1 yourself by doing something like setting

update(...,start=getME(prevfit,"theta"),...)

(I think).