Data Cart

Your data extract

0 variables
0 samples
View Cart
MIG1ALT_5_CL
Province of residence 5 years ago, Chile, 1970; 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 Mig1alt_5_cl : public Editor {

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

    long a = getRecoded();
    switch (dataSet) {
    case dataset_id::cl1970a: {
      if (CL1970A_0430() == 27 && AGE() < 5)
        a = 152099;
    } break;
    }

    setData(a);
  }
};