merge_imputed: Merge imputed data and original dataset

View source: R/merge_imputed.R

merge_imputedR 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


imputeMulti documentation built on March 7, 2023, 8:37 p.m.