Codes and Frequencies
Loading Frequency Data...
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 Ethnicbo : public Editor {
public:
Ethnicbo(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::bo2012a: {
if (BO2012A_0416() == 9 && BO2012A_0417() == 999)
a = 98;
} break;
}
setData(a);
}
};
Description
ETHNICBO indicates the Bolivian indigenous group, if any, to which the respondent belongs.
Universe
- Bolivia 2001: Persons age 15+
- Bolivia 2012: All persons
Availability
- Bolivia: 2001, 2012

Loading...