Medicine Availability for routine antenatal care in Bangladesh [message #21691] |
Tue, 08 December 2020 23:20 |
bakerchowdhury
Messages: 25 Registered: April 2014
|
Member |
|
|
Dear DHS Experts and SPA User,
I am analyzing the Bangladesh 2014 SPA survey. It appears there are two data set for each item (Facility, Provider, Staff Listing). For example, Facility has "Facility Recode" and "Facility Raw" files, what is the key difference between these two files? Which one should be used for analysis?
In my analysis, I am looking at the Availability of medicines for routine antenatal care, which corresponds to table 6.4 in the report. In the report table 6.4, it shows a total of 1,508 (121-rural, 1387 urban) facilities offering ANC.
When I run the frequencies, it appears 1493 (urban-403, rural-1090) facilities offer the ANC service.
My Stata code is
Use "BDFC7AFLSP.DTA"
keep if q102_05==1 // this keeps facilities has ANC service available (from questionnaire report page 202)
tab ftype
*
urban/rural | Freq. Percent Cum.
------------+-----------------------------------
urban | 445 27.88 27.88
rural | 1,151 72.12 100.00
------------+-----------------------------------
Total | 1,596 100.00
*
For the columns "Iron tablets" "Folic acid tablets" "Combined iron and folic acid" the urban-rural percentages are way off. For example, iron tablets are available 92.1% and 96% in urban and rural areas, respectively in the report. However, I'm getting very low frequencies. I am using the variables related to question 1422(01, 02,03) on page 204 of the report.
Stata Codes:
tab q1422_1 ftype //which gives 73.94 % available
According to the questionnaire, it looks like I am looking the right variable, but for some reason I am not getting the frequencies as of the table. Do I need to consider anything else? I would greatly appreciate any help on this matter.
Many thanks
|
|
|
|
Re: Medicine Availability for routine antenatal care in Bangladesh [message #21806 is a reply to message #21691] |
Wed, 23 December 2020 02:49 |
bakerchowdhury
Messages: 25 Registered: April 2014
|
Member |
|
|
Thank you for the response. Yes. I am using the correct weight variable now. However, I am unable to match some of the tabulations.
Could you please help in identifying the variables to match the below columns?
"Percentage of facilities offering ANC where ANC services are offered on indicated days^1" in table 6.1 (Report Page-83)
"Urine protein^2" in table 6.3 (Report Page-86)
"Combined iron and folic acid" in table 6.4 9Report Page-87)
Thank you!
|
|
|
|
Re: Medicine Availability for routine antenatal care in Bangladesh [message #21887 is a reply to message #21816] |
Tue, 05 January 2021 10:29 |
bakerchowdhury
Messages: 25 Registered: April 2014
|
Member |
|
|
Hello,
I am trying to replicate Table 8.2 Bangladesh Health Facility Survey, 2017 (page 152), the percentage for injectable insulin in the report is 29.2%. However, I am getting 11.9. I am not sure if I am using the appropriate filter or variable. I have tried in the following way in Stata:
use "BDFC7IFLSP.DTA"
gen wgt=facwt/1000000
keep if q2301==3
tab q903_18,m
gen insuline=q903_18
recode insuline 1=1 2/5=0
tab insuline [iweight=wgt]
Thank you,
|
|
|
|
Re: Medicine Availability for routine antenatal care in Bangladesh [message #21919 is a reply to message #21905] |
Thu, 07 January 2021 21:13 |
bakerchowdhury
Messages: 25 Registered: April 2014
|
Member |
|
|
Thank you for your response. It looks like the Q903(15)=GLUCOSE INJECTABLE SOLUTION which I was able to replicate with report percentage (19.2).
However, I am unable to match the 7th column "Injectable Insulin" percentage (29.2) with the report (table 8.2 page 152). Please help in identifying the "Injectable Insulin" variable in the data set.
Thank you for your attention.
|
|
|