From d87859d0e61c7212c2a076341b8a1053911e82b2 Mon Sep 17 00:00:00 2001 From: Thierry Onkelinx Date: Wed, 3 Jan 2024 12:01:58 +0100 Subject: [PATCH] update NEWS --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index 7679b89..a6ba671 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,11 @@ # multimput 0.2.14 +* In case all imputed values are identical, `model_impute()` only runs a single + model on one imputation. + It reports the mean and standard errors based on the single model as-is. * `model_impute()` handles empty data. +* `model_impute()` can filter the covariates with a user supplied function. +* Bugfix in generating zero-inflated negative binomial data # multimput 0.2.13