| get_example_fits | R Documentation |
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)
class |
a string of either |
hierarchical |
a logical, relevant when |
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.
An object of type fits_ids_dm, fits_agg_dm, or mcmc_dm,
mimicking a result from calling estimate_dm().
get_example_fits(class = "fits_agg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.