View source: R/simulate_parameters.R
sim_ind_pars_multi | R Documentation |
Simulate individual parameters from beta-like group-level priors (with lower and upper bounds) for multiple simulations with different parameter settings
sim_ind_pars_multi(
exp_struct_list,
mu_list,
sigma_list = NULL,
range_list = NULL,
sigma = 0.1,
range = c(0, 1),
seed = NULL
)
exp_struct_list |
list specifying the experimental structure (current version needs only the nsub field, specifying the number of participants) |
mu_list |
hierarchical list specifying group parameter means (e.g. |
seed |
you know what a seed is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.