Data Cart

Your data extract

0 variables
0 samples
View Cart
MIG1_5_CL
Province of residence 5 years ago, Chile, 1982-2017; 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_cl : public Editor {

public:
  Mig1_5_cl(VarPointer varInfo) : Editor(varInfo) {}
  void edit() {

    long a = getRecoded();
    switch (dataSet) {
    case dataset_id::cl2017a: {
      if (CL2017A_0412() == 99999 && CL2017A_0409() == 4)
        a = 152997;
    } break;
    }

    setData(a);
  }
};