Skip to content
Prev 75837 / 398502 Next

Error messages using LMER

One thing to be noted: after switching to R-devel, even the simplest
model can not converge. I always get this:

-------------------------------------------------------------------------
Warning messages:
1: optim or nlminb returned message See PORT documentation.  Code (27) 
 in: LMEopt(x = mer, value = cv) 
2: optim or nlminb returned message See PORT documentation.  Code (27) 
 in: LMEopt(x = mer, value = cv) 
3: optim or nlminb returned message See PORT documentation.  Code (27) 
 in: LMEopt(x = mer, value = cv) 
4: optim or nlminb returned message See PORT documentation.  Code (27) 
 in: LMEopt(x = mer, value = cv) 
5: optim or nlminb returned message See PORT documentation.  Code (27) 
 in: LMEopt(x = mer, value = cv) 
6: nlminb failed to converge in: lmer(.D ~ offset(log(.Y)) + (1 |
provn) + (1 | bcohort) + educy +
-------------------------------------------------------------------------

The same model did not have problems converging in R 2.1.1.

Shige
On 8/19/05, Shige Song <shigesong at gmail.com> wrote: