Skip to content

gee, geese and glmer

1 message · Ben Bolker

#
You should be able to install lme4.0 via:

install.packages("lme4.0",
    repos="http://lme4.r-forge.r-project.org/repos")

It should give identical results to lme4_0.999999-2.

  Also, if you can pull out the coefficients (both the theta and the
fixed effect parameters) and save them somewhere, you don't need to run
old and new lme4 in the same session.  You just need to be able to pull
both sets of parameters into an R session where you have lme4 >= 1.0
loaded, use devFunOnly=TRUE to extract the deviance function, and apply
it to both the old and the new sets of parameters.

  Ben Bolker
On 14-03-13 08:54 PM, Ming-Huei Chen wrote: