Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

control_params

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 NULL (the default) all control parameters are returned. See stan for more details.

Value

A named list with control parameter values.


brms

Bayesian Regression Models using 'Stan'

v2.15.0
GPL-2
Authors
Paul-Christian Bürkner [aut, cre], Jonah Gabry [ctb], Sebastian Weber [ctb], Andrew Johnson [ctb], Martin Modrak [ctb]
Initial release
2021-03-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.