dpgrow
and dpgrowmm
getmf(formula, random.only, data, na.action)
y ~ x_1 + x_2*x_3 | z_1*z_2
where |
separates fixed (to the left of |
) and random effects.formula
, but not both, which case the |
is not entered
(e.g. y ~ x_1 + x_2*x_3
. Then, if random.only == TRUE
the variables
on the right-hand side are interpreted to be random effects; otherwise fixed
for use in dpgrow
and dpgrowmm
.formula
list(y = y, x = x, z = z, m = m, mf = mf)
.
dpgrow
dpgrowmm