# NOT RUN {
# with defaults
subtitle_ggbetween_t_rob(
data = sleep,
x = group,
y = extra
)
# changing defaults
subtitle_ggbetween_t_rob(
data = ToothGrowth,
x = supp,
y = len,
nboot = 10,
k = 1,
tr = 0.2
)
# }
Run the code above in your browser using DataLab