Description Usage Arguments Value
View source: R/gen_sim_lnorm_functions.R
This function takes parameters from a previously fitted model and returns simulated data.
1 2 3 4 5 6 7 8 9 |
ncond |
Number of conditions (eight). |
nitem |
Number of items, must be divisible by eight. |
nsubj |
Number of subjects, must be divisible by eight. |
beta |
The intercept and slopes of the fixed effects. |
Sigma_u |
The variance-covariance matrix for subject random effects. |
Sigma_w |
The variance-covariance matrix for item random effects. |
sigma_e |
The standard deviation of the residuals. |
A data frame containing simulated data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.