Re: [R] Discrepancy in imputed data results across different operating systems

2025-02-20 Thread Duncan Murdoch
Normally I'd say you should post a reproducible example where you get a discrepancy, but that's already been done in an open bug report here: https://github.com/amices/mice/issues/688 . Duncan Murdoch On 2025-02-20 4:19 a.m., Bullinger, Johannes wrote: Hi, I am currently facing an issue wit

[R] Discrepancy in imputed data results across different operating systems

2025-02-20 Thread Bullinger, Johannes
Hi, I am currently facing an issue with data imputation in R using the random forest method from the MICE package. Specifically, I have imputed data that was missing completely at random (MCAR) using the following R code: # IMPUTATION set.seed(500) # Perform multiple imputation imputed_dat