- Deprecated argument and function names have been removed.
- Fixed issues related to updates of other easystats packages.
- The minimum needed R version has been bumped to
3.6
.
-
Fixed issues with printing-methods.
-
Maintenance release to fix failing tests in CRAN checks.
- Maintenance release to fix failing tests in CRAN checks.
visualisation_matrix()
has now become an alias (alternative name) for theget_datagrid()
function, which is implemented in theinsight
package.
- Patch release. This update fixes failing tests after updating the insight package.
-
API changes:
levels
inestimate_contrasts
has been replaced bycontrast
.levels
andmodulate
are in general aggregated underat
. -
estimate_prediction()
deprecated in favour ofestimate_response()
. -
estimate_expectation()
now hasdata=NULL
by default.
-
General overhaul of the package.
-
Entire refactoring of
visualisation_matrix()
. -
Option of standardizing/unstandardizing predictions, contrasts and means is now available via
standardize()
instead of via options. -
Introduction of
model_emmeans()
as a wrapper to easily createemmeans
objects. -
estimate_smooth()
transformed intodescribe_nonlinear()
and made more explicit.
estimate_link()
now does not transform predictions on the response scale for GLMs. To keep the previous behaviour, use the newestimate_relation()
instead. This follows a change in how predictions are made internally (which now relies onget_predicted()
, so more details can be found there).
- Minor improvements.
Predicted
is now the name of the predicted column for Bayesian models (similarly to Frequentist ones), instead of the centrality index (e.g.,Median
).
- Models from package glmmTMB are now supported.
estimate_slope()
now gives an informative error when no numeric predictor is present.
-
Partial support of formulas.
-
Refactor the emmeans wrapping.
- Fix CRAN check issues.
- Minor code changes to address changes from the forthcoming
parameters
package update.
- Fix CRAN check issues.
- Added a
NEWS.md
file to track changes to the package