Codes and Frequencies
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_mu : public Editor {
public:
Mig1_5_mu(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::mu2011a: {
if (MU2011A_0422() < 999 && MU2011A_0421() == 99)
a = 480097;
} break;
}
setData(a);
}
};
Description
MIG1_5_MU indicates the person's district of residence 5 years ago in Mauritius.
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.
Comparability — General
Where boundaries changed over time, units were harmonized to create units with boundaries that remain stable over time. Where officially-defined provinces have populations under 20,000, they have been regionalized (combined) with neighboring provinces.
Boundary changes and confidentiality issues:
- Agaléga Islands is combined with Rodrigues for confidentiality reasons.
For the country of residence of international migrants, see MIGCTRY5 (Country of residence 5 years ago).
Universe
- Mauritius 1990: Persons age 5+
- Mauritius 2000: Persons age 5+
- Mauritius 2011: Persons age 5+
Availability
- Mauritius: 1990, 2000, 2011

Loading...