- emm
An emmGrid
object
- by
Character vector of variable(s) in the grid to condition on. These
will create different matrices, one for each level or level-combination.
If missing, by
is set to emm@misc$by.vars
.
Grid factors not in by
are the primary factors:
whose levels or level combinations are compared pairwise.
- reverse
Logical value passed to pairs.emmGrid
.
Thus, FALSE
specifies "pairwise"
comparisons
(earlier vs. later), and TRUE
specifies "revpairwise"
comparisons (later vs. earlier).
- pvals
Logical value. If TRUE
, the pairwise differences
of the EMMs are included in each matrix according to flip
.
- means
Logical value. If TRUE
, the estimated marginal means
(EMMs) from emm
are included in the matrix diagonal(s).
- diffs
Logical value. If TRUE
, the pairwise differences
of the EMMs are included in each matrix according to flip
.
- flip
Logical value that determines where P values and differences
are placed. FALSE
places the P values in the upper triangle
and differences in the lower, and TRUE
does just the opposite.
- digits
Integer. Number of digits to display. If missing,
an optimal number of digits is determined.
- ...
Additional arguments passed to contrast.emmGrid
and
summary.emmGrid
. You should not include method
here, because pairwise comparisons are always used.