Run the model via cmdstanr, selecting the CmdStanModel
method based
the model type:
execute the model with $sample() by default
if object inherits from bbi_stan_gq_model
, call
$generate_quantities()
instead
The model object to submit.
Unused argument (present for compatibility with
bbr::submit_model()
).
Mode of model submission. Stan models currently only support local execution.
Additional arguments (ignored for all Stan models).
Logical to specify whether or not to overwrite existing
model output from a previous run. If NULL
, the default, will defer to
setting in .bbi_args
or bbi.yaml
. If not NULL
will override any
settings in .bbi_args
or bbi.yaml
.
bbr_stan for a high-level description of how Stan models are structured