Description Usage Arguments Details Value See Also Examples
Generates a data set corresponding to a 2-way fixed factorial design.
1 2 | mkDf.facMixedAB(mcr.params = mkParamMx.facMixedAB(genParamRanges.facMixedAB(),
1)[1, ], nsubj = 24, nitem = NULL, nreps = NULL, showRfx = FALSE)
|
mcr.params |
Data-generating parameters |
nsubj |
Number of subjects (must be a multiple of 4) |
nitem |
Number of items (must be a multiple of 2, or NULL if |
nreps |
Number of replicated observations per cell per subject (must be NULL if |
showRfx |
Whether to show the random effects in the output |
If nitem
is defined, then it will generate item effects as
well as subject effects. If nreps
is defined, will generate
subject effects only.
A data frame
genParamRanges.facMixedAB
, randParams
, mkParamMx.facMixedAB
1 2 | mkDf.facMixedAB(nitem=24)
mkDf.facMixedAB(nreps=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.