
Last chance! 50% off unlimited learning
Sale ends in
Bayes Factor formatting
format_bf(bf, stars = FALSE, stars_only = FALSE, name = "BF")
Bayes Factor.
Add significance stars (e.g., p < .001***).
Return only significance stars.
Name prefixing the text. Can be NULL
.
A formatted string.
# NOT RUN {
format_bf(1.20)
format_bf(c(1.20, 1557, 3.5, 12), stars = TRUE)
format_bf(c(1.20, 1557, 3.5, 12), name = NULL)
# }
Run the code above in your browser using DataLab