datasetList: list of data objects, usually of type data.frame.
formula: formula to fit the model using lmer.
trueBeta: scalar or vector with the true values of the fixed effects coefficients. Can be of length one in which case it will be replicated to the required length if needed.
trueSigma: scalar with the true value of the error scale.
trueTheta: scalar or vector with the true values for the variance component coefficients, not including sigma. Can be of length one in which case it will be replicated to the required length if needed.
...: all additional arguments are added to the returned list.
Returns
list that can be passed to processFit and to any of the fitDatasets functions. Only generateData is implemented, all the other functions return an error if called.
Details
The returned list can be passed to processFit and to any of the fitDatasets functions. Splitting and binding of datasets using splitDatasets and bindDatasets is not supported.