Skip to content
Prev 13731 / 20628 Next

Unidentifiable model in lmer

I don't know if this is causing the problem you're seeing, but A*B expands
to A + B + A:B, so your model right now is R ~ A + B + A + B + A:B + (1|S).

On Thu, Sep 17, 2015 at 5:53 PM Takahiro Fushimi <taka.6765 at gmail.com>
wrote: