new_drift_dm | R Documentation |
This function takes all objects/vectors to create a ddm object
new_drift_dm(
flex_prms_obj,
prms_solve,
solver,
comp_funs,
subclass,
b_coding = NULL,
obs_data = NULL
)
flex_prms_obj |
flex_prms object |
prms_solve |
vector with sigma, t_max, dt, dx, nt, nx |
solver |
string (e.g., kfe) |
comp_funs |
a list of component functions |
subclass |
string with model info label set for child class |
b_coding |
optional list with b_coding (e.g., drift_dm_default_b_coding) |
obs_data |
optional data.frame |
This function does not perform any input checks and just assembles all
arguments. Pre-wrangling of each argument is done in drift_dm()
.
Checks are done done with validate_drift_dm()
, called in
drift_dm()
.
List with flex_prms_obj, prms_solve, solver, comp_funs. Attributes: class
info and b_encoding info. If obs_data is not null, then list of observed rts
see obs_data()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.