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 Mig2_5_ht : public Editor {
public:
Mig2_5_ht(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::ht1982a: {
if (HT1982A_0402() >= 5 && HT1982A_0402() <= 99 && HT1982A_0437() == 999)
a = GEO2_HT(0);
} break;
}
setData(a);
}
};
Description
MIG2_5_HT indicates the arrondissement in Haiti in which the person lived 5 years ago. Migration arrondissement codes from MIG2_5_HT are compatible with codes from GEO2_HT.
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 arrondissements have populations less than 20,000, they have been regionalized (combined) with neighboring arrondissements.
Boundary changes for MIG2_5_HT are too numerous to list here, but users should be aware that there were changes over time.
In the 1982 sample, the "unknown" category includes persons who moved from abroad.
Universe
- Haiti 1982: Persons age 5+
- Haiti 2003: Persons age 5+
Availability
- Haiti: 1982, 2003

Loading...