amices / mice

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

error, mice not run #522

Closed zhuoranw2021 closed 1 year ago

zhuoranw2021 commented 1 year ago

When running the mice() function, I got the error below: Error in data.frame(it = s$it, im = s$im, dep = s$dep, meth = if (is.null(meth)) s$meth else meth, : arguments imply differing number of rows: 0, 1

gerkovink commented 1 year ago

Can you provide a reprex? I cannot help without one.

stefvanbuuren commented 1 year ago

Closing. No reprex.

gmhgmh-r commented 1 year ago

How did you solve this problem? Thank you

stefvanbuuren commented 1 year ago

We did not because we cannot reproduce