Make data and parameter templates suitable for guiding mixed model simulations, by specifying a model formula and other information (EXPERIMENTAL). Most useful for simulating balanced designs and for getting started on unbalanced simulations.
mkParsTemplate(formula, data)
mkDataTemplate(formula, data, nGrps = 2, nPerGrp = 1, rfunc = NULL, ...)
A mixed model formula (see lmer
).
A data frame containing the names in formula
.
Number of levels of a grouping factor.
Number of observations per level.
Function for generating covariate data (e.g. rnorm
.
Additional parameters for rfunc
.
These functions are designed to be used with simulate.merMod
.