brms (version 2.9.0)

control_params.brmsfit: Extract Control Parameters of the NUTS Sampler

Description

Extract control parameters of the NUTS sampler such as adapt_delta or max_treedepth.

Usage

# S3 method for brmsfit
control_params(x, pars = NULL, ...)

control_params(x, ...)

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.

...

Currently ignored.

Value

A named list with control parameter values.