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 Mig2_p_ir : public Editor {
public:
Mig2_p_ir(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::ir2006a: {
if (IR2006A_0415() == 1 || IR2006A_0415() == 2)
a = GEO2_IR(0);
if (IR2006A_0415() == 9 && IR2006A_0412() == 2)
a = GEO2_IR(0);
} break;
case dataset_id::ir2011a: {
if (IR2011A_0418() == 1 || IR2011A_0418() == 2)
a = GEO2_IR(0);
if (IR2011A_0418() == 5)
a = 364097097;
if (IR2011A_0418() == 7 || IR2011A_0418() == 8)
a = 364098098;
if (IR2011A_0415() == 2 && IR2011A_0458() == 99)
a = GEO2_IR(0);
} break;
}
setData(a);
}
};
Description
MIG2_P_IR indicates the person's sub-province of previous residence within Iran. Migration sub-province codes from MIG2_P_IR are compatible with codes from GEO2_IR.
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.
Comparability — General
Users should be aware that the time frame for migration differs between sample years. The 2006 sample only includes persons who migrated within the previous 10 years, while 2011 only includes persons who migrated within the previous 5 years.
Where boundaries changed over time, units were harmonized to create units with boundaries that remain stable over time. Where officially-defined sub-provinces have populations less than 20,000, they have been regionalized (combined) with neighboring sub-provinces.
Boundary changes for MIG2_P_IR are too numerous to list here, but users should be aware that there were changes over time.
There are no comparability issues. For the country of previous residence, see MIGCTRYP.
Universe
- Iran 2006: Present persons
- Iran 2011: All persons
Availability
- Iran: 2006, 2011

Loading...