Data Cart

Your data extract

0 variables
0 samples
View Cart
MIG2_5_HT
Arrondissement of residence 5 years ago, Haiti; 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 Mig2_5_ht : public Editor {

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

    long a = getRecoded();
    switch (dataSet) {
    case dataset_id::ht1982a: {
      if (HT1982A_0402() >= 5 && HT1982A_0402() <= 99 && HT1982A_0437() == 999)
        a = GEO2_HT(0);
    } break;
    }

    setData(a);
  }
};