Codes and Frequencies
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_jm : public Editor {
public:
Mig1_p_jm(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::jm1982a: {
if (JM1982A_0407() == 99)
a = 388099;
} break;
}
setData(a);
}
};
Description
MIG1_P_JM indicates the person's parish of previous residence within Jamaica. The migration could have occurred at any time in the past. Persons living in their parish of birth were to report that parish.
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
- Jamaica 1982: Persons in private households or selected group quarters, born in Jamaica
- Jamaica 1991: Persons in private households or selected group quarters, born in Jamaica
- Jamaica 2001: Persons who were born in Jamaica
Availability
- Jamaica: 1982, 1991, 2001

Loading...