View source: R/anova_comparisons.R
anova_comparisons | R Documentation |
Post-hoc Comparison Tables
anova_comparisons(
x,
contrast = NULL,
at = NULL,
p_adjust = "none",
digits = 3,
pbkrtest.limit = NULL,
lmerTest.limit = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.