Data Cart

Your data extract

0 variables
0 samples
View Cart
ABROADMALE
Number of own male children living abroad

Codes and Frequencies



Can't find the category you are looking for? Try the Detailed codes

Explore how IPUMS created this variable

Download


      class Abroadmale : public Editor {

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

    long a = getRecoded();
    switch (dataSet) {
    case dataset_id::do1981a: {
      if (DO1981A_0458() == 99 && DO1981A_0404() >= 12 && DO1981A_0452() > 0 &&
          DO1981A_0452() < 16)
        a = 0;
    } break;
    }
    if (a > 10 && a < 98)
      a = 10;

    setData(a);
  }
};

    

Description

ABROADMALE indicates the number of a woman's biological male children who are living abroad.

Comparability — General

There are differences in the universe statement with respect to age, childbearing, and child survival across samples. For the number of female children living abroad, see ABROADFEM.

The variable is top-coded at 10 or more for all samples.

Universe

  • Bolivia 1992: Females age 12+ who ever had children
  • Colombia 1985: Females age 15+ with surviving children
  • Colombia 1993: Females age 12+
  • Dominican Republic 1981: Females age 12+ who ever had children
  • Paraguay 1982: Females age 14+ who ever had children
  • Uruguay 1985: Females age 15+ who ever had children

Availability

  • Bolivia: 1992
  • Colombia: 1985, 1993
  • Dominican Republic: 1981
  • Paraguay: 1982
  • Uruguay: 1985