# NOT RUN {
# with defaults
subtitle_anova_bayes(
data = ggplot2::msleep,
x = vore,
y = sleep_rem,
k = 2,
bf.prior = 0.8
)
# }
# NOT RUN {
# modifying the defaults
subtitle_anova_bayes(
data = ggplot2::msleep,
x = vore,
y = sleep_rem,
effsize.type = "partial_eta",
var.equal = TRUE
)
# }
Run the code above in your browser using DataLab