Replace all overimputed data points in the mice imputation of one variable. Overimputed data points are those data that were not missing in the original but were marked for imputation manually and imputed by the imputation procedure.
replace_overimputes(data, imp, j, i)
data.frame the original, non-imputed dataset (mids$data)
list of data.frames all imputations stored in the mids object
character scalar the name of the variable whose imputations should be replaced
character or integer scalar the number of the current imputation (can be 1:m)