Cumulative fertility [message #11814] |
Mon, 13 February 2017 07:04 |
arvinayu
Messages: 3 Registered: February 2017 Location: Edinburgh
|
Member |
|
|
Hi there, I'm just wondering how can i get the cumulative fertility of women? I have the data for Bangladesh but it does not seem to have any variables that show how many children will a woman has by the age of 20, 25 or 30? Is there a way for me to get the cumulative fertility instead of just total number of children they have by now?
|
|
|
Re: Cumulative fertility [message #11826 is a reply to message #11814] |
Tue, 14 February 2017 19:25 |
Reduced-For(u)m
Messages: 292 Registered: March 2013
|
Senior Member |
|
|
You can use the date of birth of the children and then back it out for each kid. That is, for each child in the birth recode, you know the date of birth, and you know the date of birth of the mother, so you can just, for each child, note whether it was born before the woman reached Age 20 or 30 or whatever. It might take some looping in the code, but all the commands should be fairly straight forward. First calculate, for each child, the age of the mom at birth, and then count them up by woman.
|
|
|
|
|