Description Usage Arguments Examples
View source: R/g_lmerfixplot.R
ggplot2 ouptut of Tukey comparisons for lmer models
1 | g_lmerfixplot(model, factor, reorder = FALSE)
|
model |
model of class lmerMod |
factor |
variable that pairwise comparisons made on |
reorder |
should the plot be reordered from high to low effect size? |
1 2 | mod <- lmer(y ~ x + (1 | z))
g_lmerfixplot(mod, list(pairwise ~ x), reorder = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.