Skip to content
Prev 5915 / 20628 Next

Silent conversion problem in lmer - should have said '_convergence_ problem'

On Tue, Apr 19, 2011 at 4:41 AM, S Ellison <S.Ellison at lgc.co.uk> wrote:
The problems are due to the optimizer used in the lme4 package, which
is the one from the nlminb function in R.  It has a habit of getting
stuck at the lower bound.  The lme4a package uses a different
optimizer from the minqa package and is more successful in this case.
npt = 4 , n =  2
rhobeg =  0.2 , rhoend =  2e-07
   0.020:   9:     -66.6254;0.298266 0.332244
  0.0020:  14:     -66.6367;0.289025 0.365102
 0.00020:  17:     -66.6367;0.288926 0.363631
 2.0e-05:  19:     -66.6367;0.289092 0.363130
 2.0e-06:  22:     -66.6367;0.289109 0.363093
 2.0e-07:  25:     -66.6367;0.289110 0.363092
At return
 27:    -66.636729: 0.289110 0.363092

Linear mixed model fit by REML ['merMod']
Formula: MG ~ (1 | Run) + (1 | unit)
   Data: mgb
 Subset: unit != "20"
REML criterion at convergence: -66.6367

Random effects:
 Groups   Name        Variance  Std.Dev.
 unit     (Intercept) 0.0004821 0.02196
 Run      (Intercept) 0.0007604 0.02758
 Residual             0.0057678 0.07595
Number of obs: 33, groups: unit, 11; Run, 3

Fixed effects:
            Estimate Std. Error t value
(Intercept)  2.77470    0.02173   127.7