MIG1_P_GT
Department of previous residence, Guatemala; consistent boundaries, GIS
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 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

Loading...