Gerko Vink

Results 7 comments of Gerko Vink

I cannot reproduce on Unix with 7 logical cores. I am working on a new version of `parlmice`. Identifying this behaviour would be useful, but I'd need a [reprex](https://reprex.tidyverse.org) in...

I'll look into it. Thanks. All the best, Gerko

As a matter of fact; I am working on this. I'll keep you posted. All the best, Gerko

Also `.id` or `.imp` as a column name.

One issue. This function does not allow for the *mild* workflow (e.g. `purrr:map()`) advocated [here](https://stefvanbuuren.name/fimd/workflow.html). ``` r library(mice, warn.conflicts = FALSE) library(ggmice, warn.conflicts = FALSE) library(magrittr) library(purrr) # mild workflow...