Learn R Programming

effectsize (version 0.2.0)

interpret_bf: Bayes Factor (BF) Interpretation

Description

Bayes Factor (BF) Interpretation

Usage

interpret_bf(bf, rules = "jeffreys1961", include_value = FALSE)

Arguments

bf

Value or vector of Bayes factor (BF) values.

rules

Can be "jeffreys1961" (default), "raftery1995" or custom set of rules.

include_value

Include the value in the output.

References

  • Jeffreys, H. (1961), Theory of Probability, 3rd ed., Oxford University Press, Oxford.

  • Raftery, A. E. (1995). Bayesian model selection in social research. Sociological methodology, 25, 111-164.

  • Jarosz, A. F., & Wiley, J. (2014). What are the odds? A practical guide to computing and reporting Bayes factors. The Journal of Problem Solving, 7(1), 2.

Examples

Run this code
# NOT RUN {
interpret_bf(1)
interpret_bf(c(5, 2))
# }

Run the code above in your browser using DataLab