Changes
-
The
trendargument inestimate_slopes()was renamed intoslope.trend
will remain as alias. -
New function
collapse_by_group(), which extracts the raw data points and
"averages" (i.e. "collapses") the response variable over the levels of the
grouping factor given incollapse_by. Only works with mixed models.
Additionally, theplot()andvisualization_recipe()methods get a
collapse_groupargument to use this feature when adding data points to plots
usingshow_dataorshow_residuals.
Bug fixes
-
Fixed issue in
estimate_slope()whenp_adjust = "esarey". -
Fixed issue in
estimate_contrasts()whenp_adjust = "tukey". -
Fixed error with truncated message when standard errors could not be calculated.