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

**Describe the bug** **This is not a bug, but I feel it is quite an important enhancement.** After making quite a deep debugging: In the `ampute()` function we have the...

bug

This should partially resolve #566

**Is your feature request related to a problem? Please describe.** Makes these functions 'smarter'.

enhancement

The behavior is inconsequential, but might confuse users. I would suggest adding an argument that takes care of this (or change the behaviour altogether, but I don't think that's necessary)...

**Describe the bug** MICE crashes on an incomplete character variable **To Reproduce** ``` r library(mice) #> #> Attaching package: 'mice' #> The following object is masked from 'package:stats': #> #>...

system/version difference

This should make action management a bit easier. You only need to turn dependabot on in the repo settings. There's been some work done in https://github.com/dependabot/dependabot-core/issues/2042 (see links therein) to...

I made a previous inventory. Perhaps we could that into a table of code by method - Univariate imputation methods for two-level data use other codes than 0 and 1...

documentation

`test-blocks.R` contains a specification of the mice setup with two non-standard features. - a duplicate `bmi` is acceptable through `blocks` specification - variable `hyp` is not specified The current policy...

help wanted

- reintroduces the square `predictorMatrix` - defines conversion functions `p2f()`, `p2c()`, `f2p()`, `n2b()`, `b2n()` - defines `validate.blocks()`, `validate.predictorMatrix()` - extends `edit.setup()` to `formulas` and `blots` - for reading ease, use...

**Is your feature request related to a problem? Please describe.** No. **Describe the solution you'd like** A Quarto printing class for mids objects, where imputed cells are colored red. **Describe...