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_bf : public Editor {
public:
Mig1_1_bf(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::bf1996a: {
if (BF1996A_0410() > 0 && BF1996A_0410() < 98)
a = 854997;
if (BF1996A_0410() == 98)
a = 854998;
} break;
case dataset_id::bf2006a: {
if (BF2006A_0411() > 1 && BF2006A_0411() < 98)
a = 854997;
if (BF2006A_0411() == 98)
a = 854998;
} break;
}
setData(a);
}
};
Description
MIG1_1_BF indicates the person's region of residence in Burkina Faso 1 year ago. Migration region codes from MIG1_1_BF are compatible with codes from GEO1_BF.
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
Regions in Burkina Faso are not available for the 1985 sample because an entirely different organization of geography was used at the time. In the 1985 sample the primary administrative level was organized into thirty provinces, but after 1985, the primary administrative level of Burkina Faso was completely reorganized into thirteen regions. This dramatic change in geographic organization makes integration between the 1985 sample and the later samples impossible.
There are no comparability issues between the 1996 and 2006 samples.
See MIG1ALT_1_BF for province of residence 1 year ago for the 1985 sample.
Universe
- Burkina Faso 1996: Persons age 1+
- Burkina Faso 2006: Persons age 1+
Availability
- Burkina Faso: 1996, 2006

Loading...