Data Cart

Your data extract

0 variables
0 samples
View Cart
CHDEADYR
Year of death of the last child born

Codes and Frequencies



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

Explore how IPUMS created this variable

Download


      class Chdeadyr : public Editor {

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

    long a = getRecoded();
    if (dataSet == dataset_id::ke1989a) {
      if (KE1989A_0426() == 1)
        a = 0;
    }
    if (dataSet == dataset_id::br2010a) {
      if (BR2010A_0504() == 9999 && BR2010A_0501() == 1)
        a = 0;
    }
    if (dataSet == dataset_id::ht2003a) {
      if (HT2003A_0451() == 9999 && HT2003A_0448() == 1)
        a = 0;
    }
    if (dataSet == dataset_id::za2011a) {
      if (ZA2011A_0472() == 9999 && ZA2011A_0469() == 1)
        a = 0;
    }
    if (dataSet == dataset_id::za2016a) {
      if (ZA2016A_0487() == 9999 && ZA2016A_0486() == 1)
        a = 0;
      if (ZA2016A_0487() == 9999 &&
          (ZA2016A_0486() == 3 || ZA2016A_0486() == 8))
        a = 9998;
    }

    setData(a);
  }
};

    

Description

CHDEADYR indicates whether the woman's last child had died and, if so, the year of the death. Respondents were to exclude still births from consideration. Also see CHDEADMO.

Comparability — Index

GENERAL
Kenya
South Africa

Comparability — General

CHDEADYR does not pose any comparability issues aside from differences in the universe.

Comparability — Kenya [top]

The census specified that if the last birth occurrence was a multiple birth, and if one of those children had died, this child was to be used as the basis for answering the question, even if the child was not actually the last born. If the last birth occurrence was a multiple birth, and if more than one of those children had died, the last born child was to be used to answer the question.

Comparability — South Africa [top]

The 2011 sample is bottom-coded at 1979, while the 2016 sample is bottom-coded at 1985.

Universe

  • Brazil 2010: Females age 10+ who ever gave birth
  • Haiti 2003: Females age 13+ who ever gave birth
  • Kenya 1989: Females age 12+ who ever gave birth
  • South Africa 2011: Females age 12 to 50 in private households who ever gave birth
  • South Africa 2016: Females age 12 to 50 who ever gave birth

Availability

  • Brazil: 2010
  • Haiti: 2003
  • Kenya: 1989
  • South Africa: 2011, 2016