Skip to content

glmer and influence.me - complaining about nAGQ==0

2 messages · Cátia Ferreira De Oliveira, Ben Bolker

#
Dear Professor Bolker,

Thank you for your comment. I haven't been able to find this information
anywhere, but just wanted to check something you said, is the "(tol =
0.002, component 1)" the threshold you referred to?

optimizer (bobyqa) convergence code: 0 (OK)Model failed to converge with
max|grad| = 0.00209134 (tol = 0.002, component 1)

Also, if I run the model without the logRT I will still need to use
the nAGQ==0 right?

Best wishes,

Catia

On Tue, 27 Apr 2021 at 11:01, <r-sig-mixed-models-request at r-project.org>
wrote:

  
    
#
On 5/3/21 1:20 PM, C?tia Ferreira De Oliveira via R-sig-mixed-models wrote:
Yes.  I was comparing the max|grad| value of 0.00209 with the 
tolerance of 0.002.  This tolerance can be adjusted in ?glmerControl 
(e.g. glmerControl(check.conv.grad = .makeCC(tol=3e-3)) )
I don't know.  Hopefully it will work better and you'll be able to 
use the default Laplace approx (nAGQ=1) setting