control_params | R Documentation |
Extract control parameters of the NUTS sampler such as
adapt_delta
or max_treedepth
.
control_params(x, ...)
## S3 method for class 'brmsfit'
control_params(x, pars = NULL, ...)
x |
An R object |
... |
Currently ignored. |
pars |
Optional names of the control parameters to be returned.
If |
A named list
with control parameter values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.