rstan_opts | R Documentation |
Deprecated; specify options in stan_opts()
instead.
rstan_opts(object = NULL, samples = 2000, method = c("sampling", "vb"), ...)
object |
Stan model object. By default uses the compiled package default. |
samples |
Numeric, default 2000. Overall number of posterior samples. When using multiple chains iterations per chain is samples / chains. |
method |
A character string, defaulting to sampling. Currently supports
|
... |
Additional parameters to pass underlying option functions. |
A list of arguments to pass to the appropriate rstan functions.
rstan_sampling_opts()
rstan_vb_opts()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.