Codes and Frequencies
An 'X' indicates the category is available for that sample
Code | Label |
boliv
1976
|
boliv
1992
|
boliv
2001
|
boliv
2012
|
---|---|---|---|---|---|
068001 | Chuquisaca | X | X | X | X |
068002 | La Paz | X | X | X | X |
068003 | Cochabamba | X | X | X | X |
068004 | Oruro | X | X | X | X |
068005 | Potosí | X | X | X | X |
068006 | Tarija | X | X | X | X |
068007 | Santa Cruz | X | X | X | X |
068008 | Beni | X | X | X | X |
068009 | Pando | X | X | X | X |
068096 | Bolivia, province unknown | X | · | · | · |
068097 | Foreign country | X | X | X | X |
068098 | Unknown | · | X | X | · |
068099 | NIU (not in universe) | X | X | X | X |
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_bo : public Editor {
public:
Mig1_5_bo(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::bo1992a: {
if (BO1992A_0418() == 0 && BO1992A_0451() == 1)
a = 68097;
} break;
case dataset_id::bo2001a: {
if (BO2001A_0448() == 9999 && BO2001A_0445() == 3)
a = 68097;
if (BO2001A_0448() == 9999 && BO2001A_0445() == 1 && BO2001A_0406() > 4)
a = GEO1_BO(0);
} break;
case dataset_id::bo2012a: {
if (BO2012A_0440() == 9999 && BO2012A_0438() == 3)
a = 68097;
if (BO2012A_0440() == 9999 && BO2012A_0438() == 1 && BO2012A_0406() > 4)
a = GEO1_BO(0);
} break;
}
setData(a);
}
};
Description
MIG1_5_BO indicates the person's department of residence five years ago in Bolivia.
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
For the country of residence of international migrants, see MIGCTRY5 (Country of residence 5 year ago).
Universe
- Bolivia 1976: Persons age 5+
- Bolivia 1992: Persons age 5+
- Bolivia 2001: Persons age 5+
- Bolivia 2012: Persons age 5+
Availability
- Bolivia: 1976, 1992, 2001, 2012
Loading...