XZcov(time = NULL, trt = NULL, trt.lab = NULL, subject = NULL, n.random = NULL, n.fix_degree = NULL, formula = NULL, random.only = NULL, data = NULL)time from dpgrowmm.N. Assumed numeric and sequential. (e.g. (0,0,1,1,1,2,2,...).N providing subject-measure cases. Identical to subject from dpgrowmm.
P = number of subjects, q = number of random effect parameters, per subject.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.formulaX and Z, with column names
and subsets: c(X.n, Z.n) nuisance and c(X.c, Z.c) growth curve design matrices. Also returns
data output, y, if included with formula; otherwise returns y = NULL.
dpgrowmm, dpgrow