diff --git a/DESCRIPTION b/DESCRIPTION index 864dad20b..142767fa3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", diff --git a/NEWS.md b/NEWS.md index d9696e082..487c26f46 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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