This is primarily used internally, wherein the output files of
multiple cmdstanr fits are combined into a single brmsfit
object.
object is converted into a brmsfit
object.
make_brmsfit(formula, data, path, ...)
A brms
formula used to generate the checkpoints
A data frame used to generate the checkpoints
Character string. The path to the folder, that is used for saving the checkpoints.
Additional arguments to be passed to brm
.
An object of class brmsfit
This is primarily an internal function that constructs a brmsfit
object.