The DHS Program User Forum
Discussions regarding The DHS Program data and results
Home » Topics » Mortality » mother's age at birth
mother's age at birth [message #3937] Sun, 08 March 2015 17:22 Go to next message
labakecoker is currently offline  labakecoker
Messages: 4
Registered: March 2015
Member

hi there,
pls i am trying to get the actual age at birth, in groups, for women who gave birth in the 5 years preceding the survey. i can only see mother's age at the time of survey, mother's age at first birth, age at first cohabitation and age at first sex. is there a way for me to generate this variable on STATA, or do i have to manually calculate it? how do i go about it anyway? thanks
Re: mother's age at birth [message #3990 is a reply to message #3937] Mon, 16 March 2015 13:49 Go to previous messageGo to next message
Reduced-For(u)m
Messages: 292
Registered: March 2013
Senior Member

Mother's age at birth is mother's age at survey minus child age. That is a pretty easy way to calculate it.

gen Age_at_Birth = Maternal_age - Child_age

If you did it in months instead of years it would get slightly more accurate, though many women are actually missing information on month of birth (for themselves more often than the child, but for both).
Re: mother's age at birth [message #4399 is a reply to message #3990] Wed, 20 May 2015 05:06 Go to previous messageGo to next message
labakecoker is currently offline  labakecoker
Messages: 4
Registered: March 2015
Member

thank you for the response, i have tried to do it the way you suggested but there seems to be a problem. i can not understand the result which that command gave me. i want the mother's age at birth to be generated in 5-year age groups but i got something different. i hope you can understand what i mean. perhaps there is something in addition to what you suggested, that i need to do. pls kindly share. thank you. i shall attach a crop of what the command gave me to this messageindex.php?t=getfile&id=390&private=0
  • Attachment: age at.png
    (Size: 6.73KB, Downloaded 965 times)
Re: mother's age at birth [message #4400 is a reply to message #4399] Wed, 20 May 2015 15:08 Go to previous messageGo to next message
Reduced-For(u)m
Messages: 292
Registered: March 2013
Senior Member

It is hard for me to help you, but clearly you used the wrong variables, because women should be at least 13 or so before giving birth, right? What were the variables you used, and which recode are you using? I would suggest using the child recode, and that would give you, for each child, the age of mother when that child was born. Then you can generate dummy variables such as:

gen MomAge35_40 = maternal_age >=35 & maternal_age<40

... and one for each age bin you are interested in.

Send me the code you used to generate that age variable you showed and lets see if you just made a typo or something....
Re: mother's age at birth [message #5559 is a reply to message #4400] Sat, 06 June 2015 07:42 Go to previous message
labakecoker is currently offline  labakecoker
Messages: 4
Registered: March 2015
Member

Thank you once again for responding. I have managed to get the problem solved. You see, i merged the kids' recode and women's recode first, and then generated the mother's age at birth by subtracting the child's year of birth (b2) from the mother's year of birth (v010), and then i re-grouped it into the categories that i wanted. in this way:

gen ageatbirth= v010-b2

So problem is solved, thanks for the help though. Really appreciate
labake coker
Previous Topic: SPSS code to compute infant and under-five mortality
Next Topic: Infant and child mortality
Goto Forum:
  


Current Time: Thu Mar 28 06:20:57 Coordinated Universal Time 2024