Learn R Programming

dynamite (version 1.5.6)

hmc_diagnostics: HMC Diagnostics for a dynamite Model

Description

Prints the divergences, saturated treedepths, and low E-BFMI warnings.

Usage

hmc_diagnostics(x, ...)

# S3 method for dynamitefit hmc_diagnostics(x, ...)

Value

Returns x (invisibly). data.table::setDTthreads(1) # For CRAN hmc_diagnostics(gaussian_example_fit)

Arguments

x

[dynamitefit]
The model fit object.

...

Ignored.

See Also

Model diagnostics lfo(), loo.dynamitefit(), mcmc_diagnostics()