Data Cart

Your data extract

0 variables
0 samples
View Cart
MIG1_P_EG
Governorate of previous residence, Egypt; 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_p_eg : public Editor {

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

    long a = getRecoded();
    switch (dataSet) {
    case dataset_id::eg2006a: {
      if (EG2006A_0425() == 99 && EG2006A_0401() == 11)
        a = 818099;
    } break;
    }

    setData(a);
  }
};