The brma family of functions uses the following arguments to specify the
MCMC sampling and fitting settings.
numeric. Number of MCMC samples to save. Defaults to 5000.
numeric. Number of burn-in iterations. Defaults to 2000.
numeric. Number of adaptation iterations. Defaults to 500.
numeric. Number of MCMC chains. Defaults to 3.
numeric. Thinning interval. Defaults to 1.
logical. Whether to run MCMC chains in parallel. Defaults to FALSE.
logical. Whether to automatically extend the MCMC chains if convergence is not met.
Defaults to FALSE.
list of autofit control settings. See set_autofit_control() for details.
list of convergence check settings. See set_convergence_checks() for details.
numeric. Random seed for reproducibility. Defaults to NULL.
logical. Whether to suppress output. Constructors with no
explicit default use RoBMA.get_option("silent") when silent is omitted.
Model-averaging wrappers default to TRUE unless explicitly changed.
additional advanced arguments. Fitting functions reject unused
arguments; currently recognized internal arguments include only_data,
only_priors, is_JASP, and is_JASP_prefix.
brma, set_autofit_control, set_convergence_checks