Function that simulates a single data based on a model (using the prms set
Arguments
- 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
NULLis equivalent to conds(drift_dm_obj)- round_to
integer, specifying the number of decimal places that the simulated RTs should have. Default is
3L.
