# NOT RUN {
# All possible pairwise comparisons
ToothGrowth %>%
get_comparisons("dose")
# Comparisons against reference groups
ToothGrowth %>%
get_comparisons("dose", ref.group = "0.5")
# Comparisons against all (basemean)
ToothGrowth %>%
get_comparisons("dose", ref.group = "all")
# }
Run the code above in your browser using DataLab