diff --git a/DESCRIPTION b/DESCRIPTION index ccdff1d23..7af1dd6f5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: mice Type: Package -Version: 3.16.5 +Version: 3.16.6 Title: Multivariate Imputation by Chained Equations -Date: 2023-09-04 +Date: 2023-09-07 Authors@R: c(person("Stef", "van Buuren", role = c("aut","cre"), email = "stef.vanbuuren@tno.nl"), person("Karin", "Groothuis-Oudshoorn", role = "aut", diff --git a/NEWS.md b/NEWS.md index e4afbe154..fa73ec61b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# mice 3.16.6 + * Prepares for the deprecation of the `blocks` argument at various places * Removes the need for `blocks` in `initialize_chain()` * In `rbind()`, when formulas are concatenated and duplicate names are found, also rename the duplicated variables in formulas by their new name diff --git a/README.Rmd b/README.Rmd index e1f817f36..cc1d6c7ae 100644 --- a/README.Rmd +++ b/README.Rmd @@ -23,7 +23,7 @@ set.seed(1) [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/mice)](https://cran.r-project.org/package=mice) [![](https://cranlogs.r-pkg.org/badges/mice)](https://cran.r-project.org/package=mice) [![R-CMD-check](https://github.com/amices/mice/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/amices/mice/actions/workflows/R-CMD-check.yaml) -[![](https://img.shields.io/badge/github%20version-3.16.5-orange.svg)](https://amices.org/mice/) +[![](https://img.shields.io/badge/github%20version-3.16.6-orange.svg)](https://amices.org/mice/) ## [Multivariate Imputation by Chained Equations](https://amices.org/mice/) diff --git a/README.md b/README.md index aaabb8da3..d6d6cf23f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/mice)](https://cran.r-project.org/package=mice) [![](https://cranlogs.r-pkg.org/badges/mice)](https://cran.r-project.org/package=mice) [![R-CMD-check](https://github.com/amices/mice/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/amices/mice/actions/workflows/R-CMD-check.yaml) -[![](https://img.shields.io/badge/github%20version-3.16.5-orange.svg)](https://amices.org/mice/) +[![](https://img.shields.io/badge/github%20version-3.16.6-orange.svg)](https://amices.org/mice/) ## [Multivariate Imputation by Chained Equations](https://amices.org/mice/) @@ -95,10 +95,10 @@ fit <- with(imp, lm(chl ~ age + bmi)) # pool and summarize the results summary(pool(fit)) -#> term estimate std.error statistic df p.value -#> 1 (Intercept) 9.08 73.09 0.124 4.50 0.9065 -#> 2 age 35.23 17.46 2.017 1.36 0.2377 -#> 3 bmi 4.69 1.94 2.417 15.25 0.0286 +#> term estimate std.error statistic df p.value +#> 1 (Intercept) 83.91 78.6 1.067 3.42 0.355 +#> 2 age 13.61 17.6 0.774 1.84 0.526 +#> 3 bmi 3.07 2.3 1.339 5.47 0.233 ``` The complete-data is fit to each imputed dataset, and the results are diff --git a/man/figures/README-stripplot-1.png b/man/figures/README-stripplot-1.png index 33cfbaeb8..4065046db 100644 Binary files a/man/figures/README-stripplot-1.png and b/man/figures/README-stripplot-1.png differ