get_imputed_data.Rd
This function takes an imputed dataset and a mapping variable to return a dataset with the original IDs mapped back and renamed appropriately.
get_imputed_data(impute_obj)
A data frame with the original subject IDs mapped and renamed.
# Example usage:
# result <- get_imputed_data(impute_obj)