Data Cart

Your data extract

0 variables
0 samples
View Cart
MIG1_P_UG
District of previous residence, Uganda; 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_ug : public Editor {

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

    long a = getRecoded();
    switch (dataSet) {
    case dataset_id::ug1991a: {
      if (UG1991A_0410() == 98)
        a = GEO1_UG(0);
    } break;
    }

    setData(a);
  }
};