Skip to content
Prev 14408 / 20628 Next

Why does the log-likelihood ratio test need a larger maxfun?

Hi Zhaohong,

The following warning indicates that your results cannot be trusted:

 > convergence code 1 from bobyqa: bobyqa -- maximum number of function
 > evaluations exceeded

This means that the results are most likely not the MLEs. You should 
rerun the model with higher values of maxfun. For example:

control = g/lmerControl(optCtrl = list(maxfun = 1e6))

Why you do not see the warning when fitting seems weird.

Hope that helps,
Henrik


Am 19.04.2016 um 17:48 schrieb Zhaohong: