| control_params.brmsfit {brms} | R Documentation |
Extract control parameters of the NUTS sampler such as
adapt_delta or max_treedepth.
## S3 method for class 'brmsfit' control_params(x, pars = NULL, ...) control_params(x, ...)
x |
An R object |
pars |
Optional names of the control parameters to be returned.
If |
... |
Currently ignored. |
A named list with control parameter values.