interpret_bf: Bayes Factor Interpretation
Description
Return the interpretation of a Bayes Factor.
Usage
interpret_bf(x, direction = TRUE, bf = TRUE, rules = "jeffreys1961")
Arguments
direction
Include direction (against / in favour).
rules
Can be "jeffreys1961" (default), "raftery1995", or a custom list.
References
Jeffreys, H. (1961), Theory of Probability, 3rd ed., Oxford University Press, Oxford.
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 {
library(psycho)
interpret_bf(x = 10)
# }
Run the code above in your browser using DataLab