diff --git a/NEWS.md b/NEWS.md index 3e06044..51b873c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,15 @@ ### Major bug fix -- Fixes a major bug introduced in version 2.3.0, by which responses would be used as covariates in the random forests. Thanks for reporting @flystar233 (PR #78). +Fixes a major bug, by which responses would be used as covariates in the random forests. Thanks for reporting @flystar233 (PR #78). + +You can expect to get + +- different imputations, +- better and more logical imputations, +- less good stated OOB prediction errors, +- higher variability in multiple imputation settings. + ### Major feature diff --git a/README.md b/README.md index 732fa9b..47cf9f8 100644 --- a/README.md +++ b/README.md @@ -45,13 +45,13 @@ head(iris_NA) iris_filled <- missRanger(iris_NA, pmm.k = 5, num.trees = 100) head(iris_filled) -# Sepal.Length Sepal.Width Petal.Length Petal.Width Species -# 5.1 3.5 1.4 0.2 setosa -# 4.9 3.0 1.4 0.2 setosa -# 4.7 3.2 1.3 0.2 setosa -# 4.6 3.1 1.5 0.2 setosa -# 5.7 3.6 1.4 0.2 setosa -# 5.4 3.9 1.7 0.4 setosa +# Sepal.Length Sepal.Width Petal.Length Petal.Width Species +# 1 5.1 3.5 1.4 0.2 setosa +# 2 4.9 3.0 1.4 0.2 setosa +# 3 4.7 3.2 1.3 0.2 setosa +# 4 4.6 3.1 1.5 0.2 setosa +# 5 5.2 3.6 1.4 0.2 setosa +# 6 5.4 3.9 1.7 0.4 setosa ``` ## How it works diff --git a/revdep/README.md b/revdep/README.md index 9e5ca3b..8639072 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -10,7 +10,7 @@ |collate |German_Switzerland.utf8 | |ctype |German_Switzerland.utf8 | |tz |Europe/Zurich | -|date |2024-08-02 | +|date |2024-08-15 | |rstudio |2024.04.2+764 Chocolate Cosmos (desktop) | |pandoc |3.1.6 @ C:\Users\Michael\AppData\Local\Pandoc\pandoc.exe |