powered by
Bayes Factor formatting
format_bf( bf, stars = FALSE, stars_only = FALSE, name = "BF", protect_ratio = FALSE )
Bayes Factor.
Add significance stars (e.g., p < .001***).
Return only significance stars.
Name prefixing the text. Can be NULL.
NULL
Should values smaller than 1 be represented as ratios?
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