Data Cart

Your data extract

0 variables
0 samples
View Cart

Codes and Frequencies



An 'X' indicates the category is available for that sample

01WesternXXX
02CentralXXX
03Greater AccraXXX
04VoltaXXX
05EasternXXX
06AshantiXXX
07Brong AhafoXXX
08NorthernXXX
09Upper EastXXX
10Upper WestXXX
20Ghana, region not specifiedX··
97Foreign countryXXX
98UnknownX··

Explore how IPUMS created this variable

Download


      class Bplgh : public Editor {

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

    long a = getRecoded();
    switch (dataSet) {
    case dataset_id::gh2000a: {
      if (GH2000A_0408() == 99)
        a = GH2000A_0029(0);
    } break;
    }

    setData(a);
  }
};