MIG1_P_GT
Department of previous residence, Guatemala; consistent boundaries, GIS
Codes and Frequencies
Explore how IPUMS created this variable
class Mig1_p_gt : public Editor {
public:
Mig1_p_gt(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::gt1964a: {
if (GT1964A_0415() == 99)
a = GEO1_GT(0);
} break;
case dataset_id::gt1994a: {
if (GT1994A_0411() == 99 && GT1994A_0413() != 99)
a = 320097;
if (GT1994A_0411() == 99 && GT1994A_0413() == 99)
a = GEO1_GT(0);
} break;
}
setData(a);
}
};
Description
MIG1_P_GT indicates the person's previous department of residence in Guatemala.
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.
Universe
- Guatemala 1964: All persons
- Guatemala 1981: All persons
- Guatemala 1994: All persons
Availability
- Guatemala: 1964, 1981, 1994