merge_imputed function

Merge imputed data and original dataset

Merge imputed data and original dataset

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.
  • ...: Arguments to be passed to other methods
  • Maintainer: Alex Whitworth
  • License: GPL-3
  • Last published: 2023-02-18

Useful links