Hello all,
I am trying to replace missing values in my data by matching them with a different observation. The data I am working with is from a household survey in Mali. The missing value I am interested in is the region, and the one I want to match it with is a household ID called Main. So, basically I want to replace all the missing values for region with the region value that is listed in a different record by matching the observation that is missing the region with an observation that is not missing the region by the variable Main (which is a household ID).
Thanks,
David
I am trying to replace missing values in my data by matching them with a different observation. The data I am working with is from a household survey in Mali. The missing value I am interested in is the region, and the one I want to match it with is a household ID called Main. So, basically I want to replace all the missing values for region with the region value that is listed in a different record by matching the observation that is missing the region with an observation that is not missing the region by the variable Main (which is a household ID).
Thanks,
David
Comment