You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract control parameters of the NUTS sampler such as ``adapt_delta`` or ``max_treedepth``.
#### Usage
<pre><code>
## S3 method for class 'brmsfit'
control_params(x, pars = NULL, ...)
control_params(x, ...)
</code></pre>
#### Arguments
* ``x``: An R object
* ``pars``: Optional names of the control parameters to be returned. If NULL (the default) all control parameters are returned. See stan for more details.