Table D.4 Births by calendar years- 2013 NDHS [message #5610] |
Tue, 16 June 2015 10:08 |
omogeonago
Messages: 5 Registered: May 2015
|
Member |
|
|
Reposting because I got no response to my earlier post dated 10 June. Thanks
-----------------------------------------------------
Hi,
I am trying to replicate "Table D.4 Births by calendar years" on page 399 of the Nigeria 2013 final report. Using the birth recode dataset with weights applied, I tabulate variable "b2" but my numbers don't align at all with the report. However, when I use the same code with the Burkina 2010 birth recode in order to replicate the same table i.e. "Tableau C.4 Naissances par année de naissance" on page 363, my results match the numbers in the Burkina report. Similarly, when I do the same for Congo DR 2013/14, my numbers match those in the report.
Can you please let me know if the calculation of this table is different for Nigeria. Thanks
gen wt=v005/1000000
egen strata=group(v024 v025)
svyset [pw=wt], psu(v021) strata(strata)
svy:tab b2, missing count stubwidth(20) format(%11.10g)
svy, subpop(if b2==2010):tab b5, missing count stubwidth(20) format(%11.10g)
|
|
|