| simulate_one_data_set | R Documentation |
Function that simulates a single data based on a model (using the prms set
simulate_one_data_set(drift_dm_obj, n, conds = NULL, round_to = NULL)
drift_dm_obj |
a drift_dm object |
n |
integer, specifying the number of trials per condition. Can be a single integer, or a (named) integer vector with the same length as conds |
conds |
character vector, specifying the conditions to sample from.
Default |
round_to |
integer, specifying the number of decimal places that the
simulated RTs should have. Default is |
A data.frame with the columns "RT", "<b_column>", and "Cond"; and with n rows.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.