I know brms
has a few options, such as brms.backend
and brms.save_pars
.
I was wondering both:
- Is there a way to set `sample_prior’ to “only” via options?
- More generally, how do I find the list of options that
brms::brm()
refers to? I did check the documentation, but it’s not necessarily direct about whether an option exists for particular arguments and how to refer to it…