Codes and Frequencies
Explore how IPUMS created this variable
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