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 Mig1alt_p_ma : public Editor {
public:
Mig1alt_p_ma(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::ma1982a: {
if (MA1982A_0409() == 0)
a = GEO1ALT_MA(0);
} break;
case dataset_id::ma1994a: {
if (MA1994A_0437() == 0 || MA1994A_0437() == 996)
a = GEO1ALT_MA(0);
} break;
case dataset_id::ma2004a: {
if (MA2004A_0436() == 100)
a = GEO1ALT_MA(0);
} break;
}
setData(a);
}
};
Description
MIG1ALT_P_MA indicates the person's region of previous residence within Morocco. The migration could have occurred at any time in the past.
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
The entirety of Oued Ed-Dahab-Lagouira (IPUMS code 504001), the vast majority of Laâyoune-Boujdour-Sakia El Hamra (IPUMS code 504002), and part of Guelmim-Es Semara (IPUMS code 504003) were situated within the disputed territory of Western Sahara and is not represented in the map.
For the province of residence 5 years ago within Morocco, see MIG1ALT_5_MA.
For the country of previous residence of international migrants, see MIGCTRYP.
Universe
- Morocco 1982: All persons
- Morocco 1994: All persons
- Morocco 2004: All persons
Availability
- Morocco: 1982, 1994, 2004

Loading...