anova_comparisons: Post-hoc Comparison Tables

View source: R/anova_comparisons.R

anova_comparisonsR Documentation

Post-hoc Comparison Tables

Description

Post-hoc Comparison Tables

Usage

anova_comparisons(
  x,
  contrast = NULL,
  at = NULL,
  p_adjust = "none",
  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

p_adjust

The p-values adjustment method for frequentist multiple comparisons. Can be one of "holm", "tukey", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr" or "none" (default). See the p-value adjustment section in the emmeans::test documentation.

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.


dr-JT/resultsoutput documentation built on Jan. 4, 2024, 9:09 a.m.