Figure 10.1 Trends in childhood vaccinations [message #27980] |
Tue, 31 October 2023 03:22 |
sokiya
Messages: 78 Registered: May 2017 Location: Nairobi
|
Senior Member |
|
|
Hi
I am trying to replicate the analysis - Figure 10.1 Trends in childhood vaccinations in KDHS 2022 main report using the attached do file whose content is from the do files in the GitHub repository. However, I can't seem to arrive at the value of 80%. Any advice is appreciated. Thanks in advance!
|
|
|
|
|
Re: Figure 10.1 Trends in childhood vaccinations [message #28002 is a reply to message #27991] |
Wed, 01 November 2023 10:28 |
Bridgette-DHS
Messages: 3196 Registered: February 2013
|
Senior Member |
|
|
Following is a response from Senior DHS staff member, Tom Pullum:
Thanks very much for the additional detail and for asking about these numbers in table 10.3 of the Kenya 2022 report. You appear to have identified a coding error. However, it appears that the coding for basic antigens has an inconsistency. The calculations do not include Polio3, even though footnote 5 says that Polio1, 2, and 3 are required. I will follow up with the DP staff.
Thanks for asking about this.
[Updated on: Thu, 09 November 2023 12:54] Report message to a moderator
|
|
|
|
Re: Figure 10.1 Trends in childhood vaccinations [message #28084 is a reply to message #28003] |
Thu, 09 November 2023 12:56 |
Bridgette-DHS
Messages: 3196 Registered: February 2013
|
Senior Member |
|
|
Following is a response from Senior DHS staff member, Tom Pullum:
This is a follow-up to my Nov.1 response to your Oct. 31 question about Table 10.3 in the KR 2022 final report. (The number "80" in Figure 10.1 comes from Table 10.3.) Instead of revising the GitHub Stata program for this table, I started from scratch. I will attach a new Stata program for the first 3 columns of Table 10.3 below. (This supersedes the Stata code I posted on Nov.1, which has been removed.) In the new program, the routine "make_codes" calculates the indicators for each row and column (cell). For individual children age 2-3, these indicators take the values 0 and 100 so that the means will be percentages. For other purposes, such as logit regressions, you would want the values to be 0 and 1.
The row for "Fully vaccinated (basic antigens)" has a footnote, footnote #5. To match the table, you have to know that this footnote is not complete. Footnote #5 says "BCG, three doses of DPT-HepB-Hib, three doses of polio vaccine (excluding polio vaccine given at birth), and one dose of MR." Keith Purvis, the head of Data Processing at DHS, tells me that IPV can substitute for the third dose of polio vaccine. That is, the polio part of the definition requires (a) polio1, (b) polio2, and (c) polio3 OR IPV.
We will revise the GitHub code if necessary, but that will not happen anytime soon. In the meantime, you can adapt the attached program to calculate the indicator or modify the GitHub program yourself.
|
|
|
|