hmc_diagnostics function

HMC Diagnostics for a dynamite Model

HMC Diagnostics for a dynamite Model

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

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

Arguments

  • x: [dynamitefit]

    The model fit object.

  • ...: Ignored.

Returns

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

See Also

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