Data Cart

Your data extract

0 variables
0 samples
View Cart

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 Polymal : public Editor {
public:
  Polymal(VarPointer varInfo) : Editor(varInfo) {}

  void edit() {
    // Set from construct_pointers
    setData(poly_mal[PERNUM()]);
  }
};