This method allows to update an existing brmsfit_multiple
object.
# S3 method for brmsfit_multiple
update(object, formula., newdata = NULL, ...)
An object of class brmsfit_multiple
.
Changes to the formula; for details see
update.formula
and brmsformula
.
List of data.frames
to update the model with new data.
Currently required even if the original data should be used.
Other arguments passed to update.brmsfit
and brm_multiple
.