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