Length of actual birth interval [message #15607] |
Tue, 21 August 2018 19:14 |
kjeffers
Messages: 2 Registered: April 2017 Location: Minneapolis
|
Member |
|
|
I am trying to replicate the values for Mali 2006 presented in table 2.1.a of DHS Comparative Reports 28: Trends in Birth Spacing.
When I select births according to the criteria specified in the methodology section of the report (intervals ending in the 59 months before the survey, excluding first births, and treating multiple births from the same pregnancy as a single interval), I get 11,475 unweighted intervals (in B11) and 11643 weighted intervals. The report indicates 11,389 weighted intervals were included in calculations. Is there further selection I need to perform?
Stata code:
summarize B11 if BORD > 1 & (V008 - B3 < 60) & (B0==0 | B0==1), detail
Thanks for the help!
|
|
|