Skip to content
Prev 9195 / 20628 Next

Error in glmer fit

Kevin E. Thorpe <kevin.thorpe at ...> writes:
This is a pretty weird error.  Is this from a clean session?
  Is there any chance you can provide a reproducible problem?
  (You could send me your data.)

  To provide a little bit more context for the general public about
lme4 development: at present there are three versions of lme4:

  stable-CRAN: 0.999999-0
  lme4 (R-forge): 0.99999911-0
  lme4.0 (R-forge): 0.999999-1

 As far as we know, lme4.0 is identical to the stable-CRAN version
(if not, please let us know!)

  lme4 is the development version: it has lots of goodies that
stable-lme4 doesn't (profiling, a predict method, a built-in
parametric bootstrap method, support for alternative optimizers, ...),
but at present it (1) doesn't work with all of the downstream
add-on packages (gamm4, blme, etc) and (2) has a somewhat unstable
GLMM fitting algorithm.  We are working hard to fix #2; once that's
done we will work on #1, and then release it (yes, we know you've
heard that before).  In the meantime, if you can live without the
goodies, the stable version represents the best bet.

  Things are a little more difficult if you don't have the
latest version, since install.packages() may not find the
right version.  You can try downloading the relevant binary
or source version from 

http://cran.r-project.org/web/packages/lme4//index.html

or

https://r-forge.r-project.org/R/?group_id=60