Codes and Frequencies
An 'X' indicates the category is available for that sample
Code | Label |
argent
1970
|
argent
1980
|
argent
1991
|
argent
2001
|
---|---|---|---|---|---|
032002 | City of Buenos Aires | X | X | X | X |
032006 | Buenos Aires province | X | X | X | X |
032010 | Catamarca | X | X | X | X |
032014 | Córdoba | X | X | X | X |
032018 | Corrientes | X | X | X | X |
032022 | Chaco | X | X | X | X |
032026 | Chubut | X | X | X | X |
032030 | Entre Ríos | X | X | X | X |
032034 | Formosa | X | X | X | X |
032038 | Jujuy | X | X | X | X |
032042 | La Pampa | X | X | X | X |
032046 | La Rioja | X | X | X | X |
032050 | Mendoza | X | X | X | X |
032054 | Misiones | X | X | X | X |
032058 | Neuquén | X | X | X | X |
032062 | Río Negro | X | X | X | X |
032066 | Salta | X | X | X | X |
032070 | San Juan | X | X | X | X |
032074 | San Luis | X | X | X | X |
032078 | Santa Cruz | X | X | X | X |
032082 | Santa Fe | X | X | X | X |
032086 | Santiago del Estero | X | X | X | X |
032090 | Tucumán | X | X | X | X |
032094 | Tierra del Fuego | X | X | X | X |
032096 | Argentina, unknown | X | · | X | X |
Code | Label |
argent
1970
|
argent
1980
|
argent
1991
|
argent
2001
|
032097 | Foreign country | X | X | X | X |
032098 | Unknown | X | · | X | · |
032999 | NIU (not in universe) | X | X | X | X |
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_5_ar : public Editor {
public:
Mig1_5_ar(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::ar2001a: {
if (AR2001A_0435() == 99 && AR2001A_0436() < 999)
a = 32097;
} break;
}
setData(a);
}
};
Description
MIG1_5_AR indicates the person's province of residence within Argentina 5 years ago.
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
In 1991, roughly half the cases in the sample lack data for this and several other variables. Users should apply the alternative weight variable AR91A434 when using one of these variables.
For the country of residence of international migrants, see MIGCTRY5 (Country of residence 5 years ago).
Where boundaries changed over time, units were harmonized to create units with boundaries that remain stable over time.
Boundary changes:
- For the 1980 and 1991 censuses, Gran Buenos Aires was a part of Buenos Aires.
Universe
- Argentina 1970: Persons age 5+
- Argentina 1980: Persons age 5+
- Argentina 1991: Persons age 5+
- Argentina 2001: Persons age 5+
Availability
- Argentina: 1970, 1980, 1991, 2001

Loading...