Reproducing Table 11.20 in NFHS-4 and NFHS-5 Reports [message #28308] |
Mon, 11 December 2023 11:48 |
asriva
Messages: 5 Registered: December 2023
|
Member |
|
|
Hello,
I am trying to reproduce table 11.20 in both NFHS-4 and NFHS-5 reports. I am interested in measuring gendered differences in access to healthcare and am using the variable for Visits to a health facility or camp in the past 3 months. (S368 in Individual Women's Recodes and SM320 in Male Recode)
I am unable to reproduce the estimates shown in column 2 of the table - Percentage who visited a health facility or camp in the past 3 months for Women.
I am able to reproduce approximately the same estimates in column 1 - Percentage of women with any contact with a health worker (using S359 and S361), and column 3 - Percentage who visited a health facility or camp in the past 3 months for Men (SM320).
I am weighting my estimates using the individual's sample weight (V005 and MV005).
Can you help me with the code to reproduce these estimates?
Moreover, are there other variables you would suggest that could capture gendered differences in access to healthcare, and different types of facilities?
Thank you,
Aryan
|
|
|
|
Re: Reproducing Table 11.20 in NFHS-4 and NFHS-5 Reports [message #28311 is a reply to message #28310] |
Mon, 11 December 2023 15:51 |
asriva
Messages: 5 Registered: December 2023
|
Member |
|
|
Ah sorry, I should have provided more context about why I haven't been able to reproduce those estimates.
I did use the variable that refers to the question about visits to a health facility or camp in the previous 3 months from the women's recode (S368), along with weights, to find the percentage of women per state as per Table 11.20. However, the estimates I am getting from the IR data are much higher than the table. For Rajasthan in NFHS-5, the table reports 11.8% women went to a health facility or camp. But, I get 30.4% running this command -
tab s368 [iw=v005/1000000]
The skip patterns from the questionnaire indicate that Q.368 was asked if the respondent hadn't already indicated visiting a health facility or camp in two of the previous questions. Considering that the case, I replace the missing values in S368 with 1, which raises the percentage even more to 38.62% -
replace s368 = 1 if s368 == .
tab s368 [iw=v005/1000000]
I don't understand how the estimate in the report is so much lower than what I get using the womens recode data. By being able to reproduce the estimates for the first and third, I mean the percentages I get from the data matches the percentages I see in the report table.
Please let me know if I am choosing the incorrect sample somehow, or if there was some post processing done on the variable to achieve the estimates in the table.
I would greatly appreciate it.
|
|
|
|
|
Re: Reproducing Table 11.20 in NFHS-4 and NFHS-5 Reports [message #28448 is a reply to message #28384] |
Tue, 09 January 2024 05:07 |
asriva
Messages: 5 Registered: December 2023
|
Member |
|
|
This is really helpful information. You're right that the reports are somewhat misleading. I don't understand why the decision was made to calculate the percentages for men and women from different variables, with no indication of it in the report.
Thank you for your help!
Aryan
|
|
|