Extends an existing fitted brma object by additional MCMC samples,
updates study labels, and optionally recomputes cached fit-dependent
quantities.
Arguments
- object
a fitted
brmaobject.- formula.
unsupported; included for compatibility with
update.- ...
unsupported additional arguments.
- sample_extend
integer. Number of additional samples per chain.
- slab
optional character vector of study labels. Updating labels does not refit or extend the model.
- autofit_control
list of autofit control settings. Values are merged with the existing settings before extending.
- convergence_checks
list of convergence check settings. Values are merged with the existing settings and used to re-check the fit.
- recompute
whether cached
loo,waic, andmarglikvalues already stored inobjectshould be recomputed after extension ("all") or dropped with a warning ("drop").- parallel
logical. Whether to extend chains in parallel.
- cores
integer. Number of cores to use when
parallel = TRUE.- silent
logical. Whether to suppress JAGS output during extension.
- seed
optional seed used before extending.
- evaluate
unsupported; included for compatibility with
update.