Skip to content
Prev 15733 / 20628 Next

meaning of lmer formula

On 17-09-06 05:17 PM, Don Cohen wrote:
It does not.  Separate terms in lme4 formulas are always independent.

(input1|group) + (input2|group) is problematic because both terms
include an intercept.  (0+input2|group) can be helpful, but doesn't do
what you think when the variable on the LHS (e.g. input2) is a factor.
No.
If input1 and input2 are both numeric (or 2-level factors) then they're
two independent 3x3s.