Skip to content
Prev 10741 / 20628 Next

pwrssUpdate Error with new version of lme4

On 2013-09-23 4:34 AM, Johannes Radinger wrote:
It would definitely help if you could provide more information about 
your model. Better yet, it would be good if you could provide a minimal 
example, including (possibly fake, reduced, or permuted) data, that 
reproduces your problem.

http://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example
Currently the number of pwrss iterations is hard-coded at 30. However, 
you can try altering the tolerance by setting the control argument to 
something like glmerControl(tolPwrss=1e-3) say. In general, you can find 
more information about control parameters at ?glmerControl

Steve