Displaying 1 result from an estimated 1 matches for "y122".
Did you mean:
122
2009 Aug 21
0
data layout for crossed factors w/interaction in linear mix models
...2) + (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 design matrix from Y = XBeta +Zb. That is, using the same first two columns as above, but substituting 1020 colu...