Combine multiple brmsfit objects, which fitted the same model.
This is usefully for instance when having manually run models in parallel.
Arguments
- ...
One or more
brmsfitobjects.- mlist
Optional list of one or more
brmsfitobjects.- check_data
Logical; indicates if the data should be checked for being the same across models (defaults to
TRUE). Setting it toFALSEmay be useful for instance when combining models fitted on multiple imputed data sets.