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_ht : public Editor {
public:
Mig1_5_ht(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::ht1982a: {
if (HT1982A_0437() == 999 && HT1982A_0402() >= 5 &&
HT1982A_0402() <= 99 &&
(HT1982A_0406() == 1 || HT1982A_0406() == 4 || HT1982A_0406() == 5))
a = GEO1_HT(0);
} break;
}
setData(a);
}
};
Description
MIG1_5_HT indicates the department in Haiti in which the person lived 5 years ago.
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.
Boundary changes:
- Nord'est (North East) split from Nord (North) in 1982.
- Sud'Est (South East) was formed from part of Ouest (West) in 1982.
- Centre (Central) was formed from parts of Ouest (West) and L'Artibonite in 1982.
- Grand'Anse split from Sud (South) in 1982.
- Nippes split from Grand'Anse in 2003.
In the 1982 sample, the "unknown" category includes persons who were abroad.
Universe
- Haiti 1982: Persons age 5+
- Haiti 2003: Persons age 5+
Availability
- Haiti: 1982, 2003

Loading...