Open NBRAYKO opened 8 years ago
Source of problem: function tries to refit a glmer
model as an lmer
where the response variable is drawn from random normal distribution. All this in order to get an ANOVA table... Not sure why, pretty sure it is just a way to create an anova table that lists all coefficients. Need to compute this temp.lmer
model as fast as possible
From the example:
Fitting a glmer model using this code, and the
update()
statement in the function does not capture the arguments passed on to control. Setting options globally withoptions(glmerControl(list(optCtrl=list(maxfun=2e4))))
also failserror: