Replies: 1 comment 1 reply
-
Thanks for the suggestion! I agree that this would be a very welcome addition. However, the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Imputing large datasets may often require a considerable amount of time, and the user have very little info on how the imputation process is progressing. Having some feedback on the progress, such as a progress bar, would've been nice.
In the documentation it states that
futuremice()
is based onfurrr::futuremap()
. During an unrelated search, I became aware thatfurrr::futuremap()
comes with a.progress
parameter. I tried passing.progress = TRUE
infuturemice()
, but the parameter is effectively ignored. Perhaps it would be possible to usefuturemap()
s progress bar to see the progress of the imputations?Beta Was this translation helpful? Give feedback.
All reactions