check_hmc_diagn: Diagnostics of the MCMC based on HMC-related measures.
Description
Check that:
There are no divergent iterations.
The Bayesian Fraction of Missing Information (BFMI) is sufficiently low.
The number of iterations that saturated the max treedepth is zero.
Please see rstan::check_hmc_diagnostics()
for details.
Usage
check_hmc_diagn(stan_fit)
Value
A warning message in case of detected problems.
Arguments
- stan_fit
A stanfit
object.