Data Cart

Your data extract

0 variables
0 samples
View Cart
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

Download


      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);
  }
};