Skip to content

Commit

Permalink
desc, news
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 5, 2024
1 parent b4cf7a7 commit 2f9fa5d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: performance
Title: Assessment of Regression Models Performance
Version: 0.10.8.12
Version: 0.10.8.13
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
* Clarification in the documentation of the `estimator` argument for
`performance_aic()`.

* For model of class `glmmTMB`, deviance residuals are now used in the
`check_model()` plot.

* Improved (better to understand) error messages for `check_model()`,
`check_collinearity()` and `check_outliers()` for models with non-numeric
response variables.

## Bug fixes

* Fixed issue in `binned_residuals()` for models with binary outcome, where
Expand Down

0 comments on commit 2f9fa5d

Please sign in to comment.