Learn R Programming

report (version 0.1.0)

interpret_effective_sample: Effective Sample Size (ESS) Interpretation

Description

Effective Sample Size (ESS) Interpretation

Usage

interpret_effective_sample(effective_sample, rules = "burkner2017")

Arguments

effective_sample

Value or vector of effective sample (ESS) values.

rules

Can be "burkner2017" (default) or custom set of rules.

References

  • B<U+00FC>rkner, P. C. (2017). brms: An R package for Bayesian multilevel models using Stan. Journal of Statistical Software, 80(1), 1-28.

Examples

Run this code
# NOT RUN {
interpret_effective_sample(1001)
interpret_effective_sample(c(852, 1200))
# }

Run the code above in your browser using DataLab