View source: R/mcmc_diagnostics.R
mcmc_diagnostics | R Documentation |
Prints HMC diagnostics and lists parameters with smallest effective sample
sizes and largest Rhat values. See hmc_diagnostics()
and
posterior::default_convergence_measures()
for details.
mcmc_diagnostics(x, ...)
## S3 method for class 'dynamitefit'
mcmc_diagnostics(x, n = 3L, ...)
x |
[ |
... |
Ignored. |
n |
[ |
Returns x
(invisibly).
Model diagnostics
hmc_diagnostics()
,
lfo()
,
loo.dynamitefit()
data.table::setDTthreads(1) # For CRAN
mcmc_diagnostics(gaussian_example_fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.