Codes and Frequencies
Explore how IPUMS created this variable
class Migco4 : public Editor {
public:
Migco4(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::co1993a: {
if (CO1993A_0419() == 99999 && CO1993A_0417() == 3)
a = 990;
if (CO1993A_0419() == 99999 && CO1993A_0417() == 1)
a = Z_MUNICO(0);
if (CO1993A_0419() == 99999 && CO1993A_0403() < 5)
a = 999;
} break;
case dataset_id::co2005a: {
if (CO2005A_0420() == 99999 && CO2005A_0418() == 3)
a = 990;
} break;
}
setData(a);
}
};
Description
MIGCO4 indicates the person's recoded municipality of residence within Colombia five years prior to the census. The municipality recodes identify groupings of municipalities whose population totaled at least 20,000 in 1993 (see MUNICO).
Comparability — General
MIGCO4 is comparable across samples. The municipality groupings have the same composition in both samples, except insofar as some municipalities were created out of old ones between census years. Most such changes were concentrated in Bolívar, Chocó, La Guajira, Magdalena departments. The composition of the municipalities is detailed in the code labels.
See also MIGCO2 for department of residence 5 years ago. For the country of residence of international migrants, see MIGCTRY5 (Country of residence 5 years ago).
Universe
- Persons age 5+
Availability
- Colombia: 1993, 2005