Data Cart

Your data extract

0 variables
0 samples
View Cart
MIG1_1_PG
Province of residence 1 year ago, Papua New Guinea; 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_pg : public Editor {

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

    long a = getRecoded();
    switch (dataSet) {
    case dataset_id::pg2011a: {
      if (PG2011A_0406() == 0)
        a = 598099;
    } break;
    }

    setData(a);
  }
};