Skip to content

Commit

Permalink
update NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryO committed Sep 13, 2023
1 parent dc8e7ca commit 9d1a270
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

* `aggregate_impute()` handles the corner case when `join` results in an empty
dataset.
* The `model_fun` argument of `model_impute()` can be either a function or a
string containing the name of a function (like `"glm"`).
Include the package name in case the function is not available in base R (like
`"INLA::inla"`).

# multimput 0.2.12

Expand Down

0 comments on commit 9d1a270

Please sign in to comment.