Skip to content

Commit d2cd315

Browse files
committed
Update to mice 3.17.3
1 parent 9eed709 commit d2cd315

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: mice
22
Type: Package
3-
Version: 3.17.2
3+
Version: 3.17.3
44
Title: Multivariate Imputation by Chained Equations
5-
Date: 2025-3-10
5+
Date: 2025-3-28
66
Authors@R: c(person("Stef", "van Buuren", role = c("aut","cre"),
77
email = "stef.vanbuuren@tno.nl"),
88
person("Karin", "Groothuis-Oudshoorn", role = "aut",

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# mice 3.17.3
2+
3+
* Allow for negative adjusted R2 in `pool.r.squared()` (#700)
4+
15
# mice 3.17.2
26

37
* Adds clean-ups:

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set.seed(1)
2323
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/mice)](https://cran.r-project.org/package=mice)
2424
[![](https://cranlogs.r-pkg.org/badges/mice)](https://cran.r-project.org/package=mice)
2525
[![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)
26-
[![](https://img.shields.io/badge/github%20version-3.17.2-orange.svg)](https://amices.org/mice/)
26+
[![](https://img.shields.io/badge/github%20version-3.17.3-orange.svg)](https://amices.org/mice/)
2727
<!-- badges: end -->
2828

2929
## [Multivariate Imputation by Chained Equations](https://amices.org/mice/)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/mice)](https://cran.r-project.org/package=mice)
88
[![](https://cranlogs.r-pkg.org/badges/mice)](https://cran.r-project.org/package=mice)
99
[![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)
10-
[![](https://img.shields.io/badge/github%20version-3.17.2-orange.svg)](https://amices.org/mice/)
10+
[![](https://img.shields.io/badge/github%20version-3.17.3-orange.svg)](https://amices.org/mice/)
1111
<!-- badges: end -->
1212

1313
## [Multivariate Imputation by Chained Equations](https://amices.org/mice/)
@@ -70,10 +70,10 @@ The table and the graph summarize where the missing data occur in the
7070
imp <- mice(nhanes, maxit = 2, m = 2, seed = 1)
7171
#>
7272
#> iter imp variable
73-
#> 1 1 age bmi hyp chl
74-
#> 1 2 age bmi hyp chl
75-
#> 2 1 age bmi hyp chl
76-
#> 2 2 age bmi hyp chl
73+
#> 1 1 bmi hyp chl
74+
#> 1 2 bmi hyp chl
75+
#> 2 1 bmi hyp chl
76+
#> 2 2 bmi hyp chl
7777

7878
# inspect quality of imputations
7979
stripplot(imp, chl, pch = 19, xlab = "Imputation number")

0 commit comments

Comments
 (0)