Data Cart

Your data extract

0 variables
0 samples
View Cart
MIG1_1_CI
Region of residence 1 year ago, Cote d'Ivoire; 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_1_ci : public Editor {

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

    long a = getRecoded();
    switch (dataSet) {
    case dataset_id::ci1998a: {
      if (CI1998A_0419() > 100 && CI1998A_0419() < 998)
        a = 384097;
    } break;
    }
    setData(a);
  }
};