Compute estimated contrasts from models.
# S3 method for lmerModLmerTest
get_contrasts(fit, formula = NULL, CI = 95,
adjust = "tukey", ...)
A frequentist model.
A character vector (formula like format, i.e., including interactions or nesting terms) specifying the names of the predictors over which EMMs are desired.
Determine the confidence or credible interval bounds.
P value adjustment method for frequentist models. Default is "tukey". Can be "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr" or "none".
Arguments passed to or from other methods.