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)
drift_dm_obj |
a drift_dm object |
n |
numeric, specifying the number of trials per condition. Can be single numeric, or a (named) numeric vector with the same length as conds(drift_dm_obj) |
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.