Performs pairwise permutation tests for all combinations of groups in a factor.
pairwise_permutation_tests(
df,
group,
vals,
n = 1000,
type = "two-tailed",
seed = 123,
ci = 0.95
)A tibble with columns:
First group in the comparison.
Second group in the comparison.
Permutation p-value.
Observed difference in means.
Lower bound of confidence interval.
Upper bound of confidence interval.