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_1_ci : public Editor {
public:
Mig1_1_ci(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::ci1998a: {
if (CI1998A_0419() > 100 && CI1998A_0419() < 998)
a = 384097;
} break;
}
setData(a);
}
};
Description
MIG1_1_CI indicates the person's region of residence 1 year ago within Côte dâIvoire. Migration region codes from MIG1_1_CI are compatible with codes from GEO1_CI.
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:
- The regions of Lagunes, Sud Comoé, Sud Bandama, and Agneby were created from Sud.
- The regions of Haut Sassandra, Marahoué, and Fromager were created from Centre-Ouest.
- Centre-Est was renamed Moyen Comoé
- The region of Lacs and part of NâZi Comoé were created from Centre.
- Vallée du Bandam and part of NâZi Comoé were created from Centre-Nord.
- Nord was renamed Savanes
- The regions of Montagnes and Moyen Cavally were created from Ouest
- Nord-Est was renamed Zanzan
- Sud-Ouest was renamed Bas Sassandra
- The regions of Denguele, Worodougou, and Bafing were created from Nord-Ouest
Universe
- Côte d'Ivoire 1988: Persons age 1+
- Côte d'Ivoire 1998: Persons age 1+
Availability
- Côte d'Ivoire: 1988, 1998

Loading...