Data Cart

Your data extract

0 variables
0 samples
View Cart
MIG1_1_GR
Department of residence 1 year ago, Greece; 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_gr : public Editor {

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

    long a = getRecoded();
    switch (dataSet) {
    case dataset_id::gr2011a: {
      if (GR2011A_0413() == 5)
        a = 300996;
    } break;
    }

    setData(a);
  }
};