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, ...)

Arguments

formula

A brms formula used to generate the checkpoints

data

A data frame used to generate the checkpoints

path

Character string. The path to the folder, that is used for saving the checkpoints.

...

Additional arguments to be passed to brm.

Value

An object of class brmsfit

Note

This is primarily an internal function that constructs a brmsfit object.