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

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

To fix #497, I made small edits to `pool.fitlist` and `tidy.mipo` that now accept `contrast` as an alternative to `term` ... before, `tidy.mipo` would just fail without a `term` column....

I am trying to pool the results of multcomp::glht - however, when `tidy()` does not return terms but contrasts, these are dropped, yielding meaningless results (averaged across contrasts). Should `contrast`...

Uses backticks to handle complex variable names Fixes #630 (I'm pretty new to R packages and I don't know a lot about the mice repo so forgive me if this...

**Describe the bug** mice doesn't handle complex variable names (like variables with spaces or other strange characters) **To Reproduce** ``` r library(tidyverse) library(mice) mice::boys |> rename(`whooooo 151""1512` = tv) |>...

bug

I was using the ```mice::ampute()``` under MAR with a very simple dataset. Probabilities will be based on a continuous distribution. ```subject

bug

**Is your feature request related to a problem? Please describe.** No, but it would help simulators investigating multilevel missing data problems **Describe the solution you'd like** An argument in the...

See https://github.com/amices/mice/issues/615

**Before submitting the issue** - Check whether a bug report is the right format for your issue. For questions about using the `mice` package, see [Discussions](https://github.com/amices/mice/discussions). For theoretical background about...

bug

**Before submitting the issue** - [X] Check whether a bug report is the right format for your issue. For questions about using the `mice` package, see [Discussions](https://github.com/amices/mice/discussions). For theoretical background...

bug