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