TRUE/FALSE if a TRUE/FALSE variables for each imputed
variable should be created show the imputation status
imp_suffix
suffix used for TF imputation variables
...
Arguments passed to ranger::ranger()
verbose
Show the number of observations used for training
and evaluating the RF-Model. This parameter is also passed down to
ranger::ranger() to show computation status.
median
Use the median (rather than the arithmetic mean) to average
the values of individual trees for a more robust estimate.
See Also
Other imputation methods:
hotdeck(),
irmi(),
kNN(),
matchImpute(),
regressionImp()