| merge_imputed {imputeMulti} | R Documentation | 
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 | 
[Package imputeMulti version 0.8.4 Index]