Changes
-
Informative error message when the
trendvariable inestimate_slopes()is
not numeric andbackend = "emmeans". -
estimate_contrasts()gets apost_processargument, to process subsequent
comparisons. It allows for complex, multi-step comparisons. -
The
comparisonargument inestimate_contrasts()can now also be"omnibus",
to calculate a global omnibus test for differences between levels of a
predictor. -
Offsets (using the
offsetargument) now also work whenestimateis set to
"population"or"average". -
Argument
slope, when specific values are defined, can now also be a list
instead of only a string. E.g.,slope="<variable> = seq(1, 3, 0.1)"can now
also be written asslope=list(<variable> = seq(1, 3, 0.1)). -
Clarified usage of
marginalgroup-level estimates inestimate_grouplevel().
Thetypeargument can now be used in combination with theestimateargument,
which is now also more explained in detail in the documentation. -
by = NULLnow also works forbackend = "emmeans", to predict the grand mean.
Bug fixes
- Minor bug fix when evaluating
slopeandbyarguments inestimate_slopes().