# NOT RUN {
# Interpretation of one Bayes factor (on the natural log scale)
bfactor_log_interpret(log(1.5))
# Interpretation of many Bayes factors (on the natural log scale)
bfactor_log_interpret(log(c(0.1, 1.2, 3.5, 13.9, 150)))
# Interpretation of many Bayes factors (on the log10 scale)
bfactor_log_interpret(log10(c(0.1, 1.2, 3.5, 13.9, 150)), base = 10)
# }
Run the code above in your browser using DataLab