amices / mice

Multivariate Imputation by Chained Equations
https://amices.org/mice/
GNU General Public License v2.0
428 stars 107 forks source link

Pass extra arguments mice.impute.rf() to ranger::ranger() #563

Closed edbonneville closed 1 year ago

edbonneville commented 1 year ago

Hi! This PR allows to pass ... arguments to ranger::ranger() when using mice.impute.rf().

stefvanbuuren commented 1 year ago

Is a useful extension, but please implement in a slightly different way:

Looking forward to your tweak.

edbonneville commented 1 year ago

It has now been edited.. thank you also for mentioning the blots facility, which I was not yet aware of (and is indeed neater!).