amices / mice

Multivariate Imputation by Chained Equations
https://amices.org/mice/
GNU General Public License v2.0
433 stars 107 forks source link

Edit test broken on R<4 #501

Closed MichaelChirico closed 1 year ago

MichaelChirico commented 1 year ago

Test assumes behavior new to R4.0.0 (namely, that class(matrix()) is c("matrix", "array")). It's better to use is.matrix() instead.