The DHS Program User Forum
Discussions regarding The DHS Program data and results
Home » Countries » Tanzania » Education - Net Attendance Ratio (Primary)
Education - Net Attendance Ratio (Primary) [message #12900] Wed, 02 August 2017 17:54 Go to next message
djohnson is currently offline  djohnson
Messages: 1
Registered: August 2017
Member
I am having trouble replicating the Net Attendance Ratio for Primary Education that was presented in the DHS Tanzania 2015/16 Final Report. I was originally trying to just calculate confidence intervals, but now I am worried I have missed something along the way since the rate itself doesn't match (I get 73.979%, DHS report shows 75.7%).

I am using the TZPR7HFL.DTA dataset for Stata, variable hv121 to represent attending, hv122 for the education level, and hv105 for age.

I am also using:
weight --> HV005/1,000,000
cluster --> HV021 Primary sampling unit
strata --> HV023 Stratification used in sample design

More or less (with minor background formatting/variable generation), I'm doing the following:

gen net attend = 0
replace netattend = 100 if attending==1 & inrange(age,7,13) & level==1

svyset cluster [pweight=hhweight], strata(strata)
svy, subpop(if inrange(age,7,13)) : mean netattend
estat size, obs

Thanks!
Re: Education - Net Attendance Ratio (Primary) [message #12938 is a reply to message #12900] Tue, 15 August 2017 21:26 Go to previous message
Trevor-DHS is currently offline  Trevor-DHS
Messages: 787
Registered: January 2013
Senior Member
The calculation of the net attendance ratios is actually a bit more complicated than it looks. When calculating the attendance ratios, DHS actually calculates the age of each child at the time of the start of the academic year. To do this, DHS merges the century month code of the date of birth for any child listed in the women's birth history to the entry in the PR datasets, matching B16 in the BR dataset with HVIDX in the PR dataset. DHS then calculates the age at the start of the school year (I believe the school year starts in January each year in Tanzania) by subtracting the century month code of the date of birth from the century month code of the start of the school year (CMC = 1381 = (2015-1900)*12+1, or 1383 = (2016-1900)*12+1 if the interview was in January 2016 or later). For any child that did not have a century month code of the date of birth in the women's data, a randomly imputed month is chosen, and this is used to calculate the age at the start of the school year. This age is then used, not the current age of the child at the time of the survey.
Previous Topic: Infant mortality, neonatal mortality
Next Topic: Stratification for 1996, 1999, 2004-2005 dataset
Goto Forum:
  


Current Time: Thu Mar 28 05:12:06 Coordinated Universal Time 2024