Skip to content

2.4.0

Compare
Choose a tag to compare
@adamblake adamblake released this 04 May 14:54
· 149 commits to main since this release
dce65c8

New features

There are four new pairwise comparisons functions:

  • pairwise()
  • pairwise_t()
  • pairwise_bonferroni()
  • pairwise_tukey()

Each of these determines all the pairwise comparisons that can be made for a model (fit by lm()) and then computes the comparisons. For pairwise_t() no correction is made for multiple comparisons, but for the others, the named correction is made. These corrections can also be specified as arguments to the pairwise() wrapper function. Each function produces output that has customized printing, supports most (if not all) normal data frame actions, and a plotting function that graphs the mean differences and their confidence intervals.