Re: [R] Setting max. iterations for lmer

2011-05-28 Thread Joshua Wiley
Hi Mitch, Something like: m <- lmer(Reaction ~ Days + (1|Subject) + (0+Days|Subject), sleepstudy, control = list(maxIter = 1)) Hope this helps, Josh On Sat, May 28, 2011 at 6:05 PM, Downey, Patrick wrote: > Hello, > > I hate to ask a question which is directly addressed in the documentation

[R] Setting max. iterations for lmer

2011-05-28 Thread Downey, Patrick
Hello, I hate to ask a question which is directly addressed in the documentation, but can someone please give me an example of how to change the maximum number of iterations used by lmer. I'm having a hard time understanding this: control a list of control parameters. See below for d