simulate_one_data_set: Simulate one data set

View source: R/core_dm.R

simulate_one_data_setR Documentation

Simulate one data set

Description

Function that simulates a single data based on a model (using the prms set

Usage

simulate_one_data_set(drift_dm_obj, n)

Arguments

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)

Value

A data.frame with the columns "RT", "<b_column>", and "Cond"; and with n rows.


dRiftDM documentation built on April 3, 2025, 7:48 p.m.