fits_ids_dm, fits_agg_dm, or mcmc_dm
objectThe 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.
get_example_fits(class, hierarchical = FALSE)An object of type fits_ids_dm, fits_agg_dm, or mcmc_dm,
mimicking a result from calling estimate_dm().
a string of either "fits_ids_dm", "fits_agg_dm", or
"mcmc_dm" (can be abbreviated)
a logical, relevant when class = "mcmc_dm". If TRUE,
an object from a hierarchical fit is returned. If FALSE, an object from an
individual fit is returned.
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.
get_example_fits(class = "fits_agg")
Run the code above in your browser using DataLab