Learn R Programming

report (version 0.1.0)

interpret_rhat: Rhat Interpretation

Description

Rhat Interpretation

Usage

interpret_rhat(rhat, rules = "vehtari2019")

Arguments

rhat

Value or vector of Rhat values.

rules

Can be "vehtari2019" (default), "gelman1992" or custom set of rules.

References

  • Gelman, A., & Rubin, D. B. (1992). Inference from iterative simulation using multiple sequences. Statistical science, 7(4), 457-472.

  • Vehtari, A., Gelman, A., Simpson, D., Carpenter, B., & B<U+00FC>rkner, P. C. (2019). Rank-normalization, folding, and localization: An improved Rhat for assessing convergence of MCMC. arXiv preprint arXiv:1903.08008.

Examples

Run this code
# NOT RUN {
interpret_rhat(1.00)
interpret_rhat(c(1.5, 0.9))
# }

Run the code above in your browser using DataLab