MIG1_5_MZ
Province of residence five years ago, Mozambique; consistent boundaries, GIS
Codes and Frequencies
Loading Frequency Data...
Can't find the category you are looking for? Try the Detailed codes
Explore how IPUMS created this variable
Most IPUMS data transformations are performed using variable harmonization tables that specify how each value in the source data is recoded. Some variables also require programming logic in addition to the harmonization table. The harmonization documents for this variable are:
- Harmonization table
- Supplemental programming
- Instructions for interpreting harmonization documents
class Mig1_5_mz : public Editor {
public:
Mig1_5_mz(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::mz2007a: {
if (MZ2007A_0436() == 98 & MZ2007A_0439() != 99)
a = 508097;
} break;
}
setData(a);
}
};
Description
MIG1_5_MZ indicates the province of residence five years ago for persons in Mozambique.
Click on the Source Variables tab for information on place of residence for each sample year. Source variables may contain more geographic unit detail but are not suitable for cross-temporal comparison.
Universe
- Mozambique 1997: Residents age 5+
- Mozambique 2007: Residents age 5+
- Mozambique 2017: Persons age 5+
Availability
- Mozambique: 1997, 2007, 2017

Loading...