From 98bd0068da489249fef732eb916e09b43277bc6b Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 6 Feb 2024 09:00:26 +0100 Subject: [PATCH] update news --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 487c26f46..2a8b4ecb9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -15,6 +15,9 @@ * Clarification in the documentation of the `estimator` argument for `performance_aic()`. +* Improved plots for overdispersion-checks for negative-binomial models from + package *glmmTMB* (affects `check_overdispersion()` and `check_mnodel()`). + * For model of class `glmmTMB`, deviance residuals are now used in the `check_model()` plot.