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

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