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