Get the pairwise contrasts of variables in a model
Arguments
- model
A fitted model object.
- formula
A formula specifying the variables for which to get the contrasts. See
?emmeans::emmeans
for details.- at
Optional. A list of values at which to evaluate the contrasts.
- ...
Additional arguments passed to
emmeans::contrast()
.