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)A data.frame with the columns "RT", "<b_column>", and "Cond"; and with n rows.
a drift_dm object
integer, specifying the number of trials per condition. Can be a single integer, or a (named) integer vector with the same length as conds
character vector, specifying the conditions to sample from.
Default NULL is equivalent to conds(drift_dm_obj)
integer, specifying the number of decimal places that the
simulated RTs should have. Default is 3L.