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 Bplgt : public Editor {
public:
Bplgt(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::gt1964a: {
if (GT1964A_0413() == 0)
a = GT1964A_0020(0);
} break;
}
setData(a);
}
};
Description
BPLGT indicates the Department in Guatemala in which the person was born.
Universe
- All persons
Availability
- Guatemala: 1964, 1973, 1981, 1994, 2002

Loading...