View source: R/simulate_parameters.R
sim_ind_pars | R Documentation |
The function takes in group-level means ('mu' parameters), standard deviations ('sigmas')
sim_ind_pars(
mu_list,
sigma_list = NULL,
range_list = NULL,
sigma = 0.1,
range = c(0, 1),
nsub,
seed = NULL
)
mu_list |
A |
sigma_list |
(optional) A |
range_list |
(optional) A |
sigma |
(optional) Single value specifying all group-level standard deviation parameters |
range |
(optional) Single |
nsub |
number of participants |
seed |
self-explanatory |
A list
containing individual parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.