[R-sig-ME] Speeding up lmer when updating for nested comparisons

Mike Lawrence Mike.Lawrence at dal.ca
Fri Sep 9 17:16:20 CEST 2011


I often find myself comparing nested lmer models like:

    m1 = lmer(
        dv ~ (1|R) + V1 + V2
    )
    m2 = lmer(
        dv ~ (1|R) + V1 + V2  + V1:V2
    )

Now, I wonder if there is a way to speed up computation of the second
call to lmer by using the results from the first call as starting
values in some way. Thoughts?

Mike

--
Mike Lawrence
Graduate Student
Department of Psychology
Dalhousie University

Looking to arrange a meeting? Check my public calendar:
http://tr.im/mikes_public_calendar

~ Certainty is folly... I think. ~




More information about the R-sig-mixed-models mailing list