Skip to contents

modelbased (development version)

modelbased 0.8.6

CRAN release: 2023-01-13

Breaking Changes

  • The minimum needed R version has been bumped to 3.6.

modelbased 0.8.5

CRAN release: 2022-08-18

  • Fixed issues with printing-methods.

  • Maintenance release to fix failing tests in CRAN checks.

modelbased 0.8.1

CRAN release: 2022-05-30

  • Maintenance release to fix failing tests in CRAN checks.

modelbased 0.8.0

CRAN release: 2022-03-31

modelbased 0.7.2

CRAN release: 2022-02-27

  • Patch release. This update fixes failing tests after updating the insight package.

modelbased 0.7.1

CRAN release: 2022-01-13

modelbased 0.7.0

CRAN release: 2021-06-06

modelbased 0.6.0

CRAN release: 2021-04-12

  • estimate_link() now does not transform predictions on the response scale for GLMs. To keep the previous behaviour, use the new estimate_relation() instead. This follows a change in how predictions are made internally (which now relies on get_predicted(), so more details can be found there).

modelbased 0.5.1

CRAN release: 2021-01-27

  • Minor improvements.

modelbased 0.3.0

CRAN release: 2020-09-26

Breaking changes

  • Predicted is now the name of the predicted column for Bayesian models (similarly to Frequentist ones), instead of the centrality index (e.g., Median).

New supported models

  • Models from package glmmTMB are now supported.

Bug fixes

  • estimate_slope() now gives an informative error when no numeric predictor is present.

modelbased 0.2.0

  • Partial support of formulas.

  • Refactor the emmeans wrapping.

modelbased 0.1.3

  • Fix CRAN check issues.

modelbased 0.1.2

CRAN release: 2020-03-12

  • Minor code changes to address changes from the forthcoming parameters package update.

modelbased 0.1.1

CRAN release: 2020-01-26

  • Fix CRAN check issues.

modelbased 0.1.0

CRAN release: 2020-01-12

  • Added a NEWS.md file to track changes to the package