afex icon indicating copy to clipboard operation
afex copied to clipboard

Consider using less stringent convergence tests

Open singmann opened this issue 1 year ago • 2 comments

Following Doug Bates recommendations, it might be best to disable gradient-based tests in fitted mixed models by using control = lmerControl(calc.derivs = FALSE). It speeds up testing and these tests are rather likely to produce false positives.

singmann avatar Sep 10 '24 14:09 singmann

@singmann do you have a reference on the false-positives point? (I've seen the speedup recommendation in the lme4 vignette)

mattansb avatar Sep 25 '24 17:09 mattansb

Unfortunately nothing citable. Doug Bates said this in person during SMLP 2024.

singmann avatar Sep 25 '24 21:09 singmann