control_params {brms} | R Documentation |
Extract Control Parameters of the NUTS Sampler
Description
Extract control parameters of the NUTS sampler such as
adapt_delta
or max_treedepth
.
Usage
control_params(x, ...)
## S3 method for class 'brmsfit'
control_params(x, pars = NULL, ...)
Arguments
x |
An R object |
... |
Currently ignored. |
pars |
Optional names of the control parameters to be returned.
If |
Value
A named list
with control parameter values.
[Package brms version 2.21.0 Index]