Codes and Frequencies
An 'X' indicates the category is available for that sample
Code | Label |
colom
1964
|
colom
1973
|
colom
1985
|
colom
1993
|
colom
2005
|
---|---|---|---|---|---|---|
01 | Central | X | X | X | X | X |
02 | Bogotá | X | X | X | X | X |
03 | Pacífico Norte | X | X | X | X | X |
04 | Eje Cafetero | X | X | X | X | X |
05 | Andina Norte | X | X | X | X | X |
06 | Andina Sur | X | X | X | X | X |
07 | Pacífico Sur | X | X | X | X | X |
08 | Caribe | X | X | X | X | X |
09 | Orinoquía | X | X | X | X | X |
10 | Amazonía | X | X | X | X | X |
99 | Unknown | 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 Regnco : public Editor {
public:
Regnco(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::co1964a: {
if (CO1964A_0002(0) >= 8001 && CO1964A_0002(0) <= 8007 &&
CO1964A_0010(0) < 192107)
a = 2;
} break;
}
setData(a);
}
};
Description
REGNCO indicates the metropolitan region within Colombia in which the household was enumerated. REGNCO is harmonized by name and does not account for boundary changes over time.
The full set of geography variables for Colombia can be found in the IPUMS International Geography variables list. For cross-national geographic analysis on the first and second major administrative level refer to GEOLEV1 and GEOLEV2. More information on IPUMS-International geography can be found here.
Universe
- All households
Availability
- Colombia: 1964, 1973, 1985, 1993, 2005
![](/international-action/assets/ajax-loader-3d0eaafca10b29dd00e7960a95712f89f62969536226e0216f90fb57705e7516.gif)
Loading...