Gerko Vink

Results 4 issues of Gerko Vink

Might be interesting to include since it comes up as a request quite often. ### What `mice.impute.pmm.exclude` excludes observed values or a vector of observed values from matching. Hence, these...

There seems to be a reporting inconsistency when the `predictorMatrix` after imputation seems to indicate that a variable is included as a predictor, while `remove.lindep()` has effectively removed it. This...

This PR introduces `futuremice()`, a straightforward and flexibly scaleable approach to parallelising the `mice()` algorithm. `futuremice()` is much more robust than `parlmice()` and works on any machine and any operating...

``` r library(mice) library(ggmice) imp Error in if (vrb %nin% varlist & vrb != "all") {: the condition has length > 1 ``` Created on 2022-07-11 by the [reprex package](https://reprex.tidyverse.org)...

bug