mice icon indicating copy to clipboard operation
mice copied to clipboard

Multivariate Imputation by Chained Equations

Results 56 mice issues
Sort by recently updated
recently updated
newest added

Dear `{mice}` team, Thank you for your continued work on this package! I had a couple of suggestions/questions regarding the `futuremice()` function. The first is on how the `plan()` is...

**Is your feature request related to a problem? Please describe.** I usually have no idea how much time an imputation might take. **Describe the solution you'd like** Add a progress...

enhancement
help wanted

Dear all, ** Describe the issue: I am trying to use the function mice.impute.quadratic in a binomial model. The function works when the outcome "y" is specified as a continuous...

bug

**Is your feature request related to a problem? Please describe.** No, just for ease of use. **Describe the solution you'd like** A cheat sheet cf. https://posit.co/resources/cheatsheets/, see https://github.com/rstudio/cheatsheets for templates....

documentation

A somewhat obscure error—if: 1. The data frame passed to mice() contains a variable called `state` that consists of either: (a) a character vector (of potentially different values) or (b)...

Function `fisher.test()` does not produce `estimate` and `std.error` components in the return value. `D2()` relies on `pool()`, and hence fails. Would be useful to have a work-around. ``` r require(mice)...