ggeffects 1.7.2
Breaking changes
-
The deprecated argument
ppd
was removed. -
Some of the deprecated arguments in
plot()
were removed. -
Pooling functions now use the model's degrees of freedom to calculate the
critical values for the confidence intervals.
Changes
-
test = "slope"
(ortest = "trend"
) are aliases intest_predictions()
for
test = NULL
with numeric predictors. -
predict_response()
(andggpredict()
,ggemmeans()
andggeffect()
) get
an argumentbias_correction
, to correct for bias when back-transforming
predictions for non-Gaussian mixed models.