Data Cart

Your data extract

0 variables
0 samples
View Cart
MIG1_5_MZ
Province of residence five years ago, Mozambique; 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_5_mz : public Editor {

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

    long a = getRecoded();
    switch (dataSet) {
    case dataset_id::mz2007a: {
      if (MZ2007A_0436() == 98 & MZ2007A_0439() != 99)
        a = 508097;
    } break;
    }

    setData(a);
  }
};