make_brmsfit {chkptstanr} | R Documentation |
Make brmsfit
Object
Description
This is primarily used internally, wherein the cmdstanr
object is converted into a brmsfit
object.
Usage
make_brmsfit(object, formula = NULL, data = NULL, prior = NULL, path)
Arguments
object |
An object of class |
formula |
An object of class |
data |
An object of class |
prior |
An object of class |
path |
Character string. The path to the folder, that is used for saving the checkpoints. |
Value
An object of class brmsfit
Note
This is primarily an internal function that constructs
a brmsfit
object.
[Package chkptstanr version 0.1.1 Index]