Post-hoc Comparison Tables

anova_comparisons(
  x,
  contrast = NULL,
  at = NULL,
  digits = 3,
  pbkrtest.limit = NULL,
  lmerTest.limit = NULL
)

Arguments

x

an lmer model object

contrast

The factor at which to compare levels at

at

A second interacting factor to compare the effect of contrast at

digits

How many decimal places to round to? Default is 3.

pbkrtest.limit

Optional parameter that can be set to help calculate dfs. If you need to use this a warning message will appear in the console telling you what to set this at.

lmerTest.limit

Optional parameter that can be set to help calculate dfs. If you need to use this a warning message will appear in the console telling you what to set this at.