
Auxiliary Function to load a fits_ids_dm, fits_agg_dm, or mcmc_dm object
Source: R/utils.R
get_example_fits.RdThe function is merely helper functions to create an object of type
fits_ids_dm, fits_agg_dm, or mcmc_dm. It is used for example code.
Value
An object of type fits_ids_dm, fits_agg_dm, or mcmc_dm,
mimicking a result from calling estimate_dm().
Details
For "fits_ids_dm", the returned object comprises DMC
(see dmc_dm()) fitted to three participants of the
ulrich_flanker_data.
For "fits_agg_dm", the returned object comprises the Ratcliff model
(see ratcliff_dm()) fitted to synthetic data of three participants.
For "mcmc_dm" and hierarchical = FALSE, the returned object comprises the
Ratcliff model (see ratcliff_dm()) fitted to synthetic data of one
participant.
For "mcmc_dm" and hierarchical = TRUE, the returned object comprises the
Ratcliff model (see ratcliff_dm()) fitted to synthetic data of ten
participants.