Displaying 1 result from an estimated 1 matches for "y111".
Did you mean:
111
2009 Aug 21
0
data layout for crossed factors w/interaction in linear mix models
...e variance components of these factors AND their interaction. I have tried:
fm1 <- lmer(formula = V1~1 + (1|V2) + (1|V3) + (1|V4), data = 'datos') using two types of data layout for "datos":
1) using a matrix with 3 columns:
y intercept ai's bj's abij's
y111 1 1 1 1 (1x1)
y112 1 1 1 "
y121 1 1 2 2 (1x2)
y122 1 1 2 "
y123 1 1 2 "
y131 1 1 3 3 (1x3)
. . . . .
. . . . .
2) using the...