Skip to content
Prev 11028 / 20628 Next

getME function crashes

I couldn't reproduce, but that is not entirely surprising with memory 
bugs. Apart from changing invlogit to plogis, I successfully ran your 
example with the following session info.  The difference could be that I 
was using a development version of lme4, but I doubt that would make a 
difference...checking...no, the cran version works for me too.

Steve

 > sessionInfo()
R version 3.0.2 (2013-09-25)
Platform: x86_64-apple-darwin10.8.0 (64-bit)

locale:
[1] C

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base

other attached packages:
[1] lme4_1.1-1   Matrix_1.1-0

loaded via a namespace (and not attached):
[1] MASS_7.3-29     grid_3.0.2      lattice_0.20-23 minqa_1.2.1
[5] nlme_3.1-111    splines_3.0.2
 >
On 11/7/2013, 11:31 AM, Johannes Radinger wrote: