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).
Whether to overwrite an existing output directory. Note
that, unlike the submission method for regular bbi_nonmem_model objects,
this method does not inspect .bbi_args or bbi.yaml when the value is
NULL; any value other than TRUE is treated the same as FALSE.
bbr_stan for a high-level description of how Stan models are structured