MIG1_5_CR
Province of residence 5 years ago, Costa Rica; consistent boundaries, GIS
Codes and Frequencies
Loading Frequency Data...
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_cr : public Editor {
public:
Mig1_5_cr(VarPointer varInfo) : Editor(varInfo) {}
void edit() {
long a = getRecoded();
switch (dataSet) {
case dataset_id::cr2011a: {
if (CR2011A_0431() == 3)
a = 188097;
} break;
}
setData(a);
}
};
Description
MIG1_5_CR indicates the person's province of residence five years prior to the census.
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.
Universe
- Costa Rica 1973: Persons age 5+
- Costa Rica 1984: Persons age 5+
- Costa Rica 2000: Persons age 5+
- Costa Rica 2011: Persons age 5+
Availability
- Costa Rica: 1973, 1984, 2000, 2011

Loading...