g_lmerfixplot: ggplot2 ouptut of Tukey comparisons for lmer models

Description Usage Arguments Examples

View source: R/g_lmerfixplot.R

Description

ggplot2 ouptut of Tukey comparisons for lmer models

Usage

1

Arguments

model

model of class lmerMod

factor

variable that pairwise comparisons made on

reorder

should the plot be reordered from high to low effect size?

Examples

1
2
mod <- lmer(y ~ x + (1 | z))
g_lmerfixplot(mod, list(pairwise ~ x), reorder = TRUE)

Euphrasiologist/VCVglmm documentation built on June 4, 2020, 7:08 p.m.