merge_imputed: Merge imputed data and original dataset
Description
Merge the imputed dataset from an imputeMulti
object with the original dataset.
Merging is done by rownames, since imputeMulti maintains row-order during imputation.
Usage
merge_imputed(impute_obj, y, ...)
Arguments
- impute_obj
An object of class "imputeMulti".
- y
The dataset from which the missing data was imputed.
- ...
Arguments to be passed to other methods