stan_laplace_opts | R Documentation |
Defines a list specifying the arguments passed to cmdstanr::laplace()
.
stan_laplace_opts(backend = "cmdstanr", trials = 10, ...)
backend |
Character string indicating the backend to use for fitting stan models. Supported arguments are "rstan" (default) or "cmdstanr". |
trials |
Numeric, defaults to 10. Number of attempts to use rstan::vb()] before failing. |
... |
Additional parameters to pass to |
A list of arguments to pass to cmdstanr::laplace()
.
stan_laplace_opts()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.