The DHS Program User Forum
Discussions regarding The DHS Program data and results
Home » Topics » Mortality » Under-five mortality rate estimation
Under-five mortality rate estimation [message #13114] Fri, 22 September 2017 08:06 Go to next message
Jayanta is currently offline  Jayanta
Messages: 28
Registered: September 2017
Member
Dear DHS team,

I have seen many discussion about the Under-five mortality estimation in this forum but not sure which will be working fine to relate with the National report.

I would like to use India DHS stata data to estimate NNMR=Neonatal mortality rate,PNMR=Post-neonatal mortality rate,IMR=Infant mortality rate,CMR=Child mortality rate,U5MR=Under five mortality rate and using BR file.


I'm using this code in Stata and can anyone help me what I am missing here?

I've seen the reference from http://siteresources.worldbank.org/INTPAH/Resources/Publicat ions/459843-1195594469249/HealthEquityCh3.pdf and http://legacy.measuredhs.com/help/datasets/

gen hypage1=(v008-b3)
gen survivelength=.
replace survivelength=hypage1
replace survivelength=b7 if b5==0
gen dead=(b5==0)

ltable survivelength dead [fw=v005] if hypage1 <60 , int(0,1,3,6,12,24,36,48,60) failure



It would be appreciated if you can help me in this regards.

Thanks
Jayanta

[Updated on: Sun, 24 September 2017 12:24]

Report message to a moderator

Re: Under-five mortality rate estimation [message #13126 is a reply to message #13114] Mon, 25 September 2017 05:05 Go to previous messageGo to next message
Jayanta is currently offline  Jayanta
Messages: 28
Registered: September 2017
Member
Any update will be highly appreciated on my post

Thanks
Jayanta
Re: Under-five mortality rate estimation [message #13130 is a reply to message #13126] Tue, 26 September 2017 03:03 Go to previous messageGo to next message
Jayanta is currently offline  Jayanta
Messages: 28
Registered: September 2017
Member
Jayanta wrote on Mon, 25 September 2017 05:05
Any update will be highly appreciated on my post

Thanks
Jayanta


Not sure how much time will take in this forum to get my answer. Is there anybody looking my request?
Re: Under-five mortality rate estimation [message #13161 is a reply to message #13114] Sat, 30 September 2017 06:30 Go to previous messageGo to next message
Jayanta is currently offline  Jayanta
Messages: 28
Registered: September 2017
Member
Dear DHS Programer,

Are this forum is monitor by somesome or just ignore the query? I am a new user in this forum and expected to get my query back from the program person. But I don't understand whether any timeline is there to get back the respose or this forum will not give any response to shortout my query.

Thanks for creating this forum.....
Re: Under-five mortality rate estimation [message #13162 is a reply to message #13161] Sat, 30 September 2017 15:57 Go to previous messageGo to next message
Reduced-For(u)m
Messages: 292
Registered: March 2013
Senior Member

This post might help...

https://userforum.dhsprogram.com/index.php?t=msg&th=5071 &goto=9708&#msg_9708

I think the problems laid out in that thread might help you get there. In particular "Please see the Guide to DHS Statistics, pages 90-94, and pay particular attention to the Calculation section. We use a synthetic cohort life table approach as described in point 3 on page 91, and we estimate mortality for a five year period preceding the survey (see the diagram on page 93)..."

If that doesn't fully get you there, it might at least get you closer and then you could ask narrower questions that might be easier to answer. I'm not a mortality expert, and the calculations are a little tricky, but the Guide to Statistics and that previous thread are probably the best places to start.
Re: Under-five mortality rate estimation [message #13571 is a reply to message #13114] Tue, 21 November 2017 09:11 Go to previous messageGo to next message
dgodha
Messages: 44
Registered: November 2016
Location: India
Member
Hello Jayanta,

Not sure if you have found your answer but here is a User-written Stata command that gets you all the child mortality rates easily:
syncmrates v008 b3 b7 [iw=v005]

You will have to install the ado file
findit syncmrates


Best
Deepali


Deepali

[Updated on: Wed, 13 December 2017 15:21] by Moderator

Report message to a moderator

Re: Under-five mortality rate estimation [message #13572 is a reply to message #13571] Tue, 21 November 2017 09:30 Go to previous messageGo to next message
Jayanta is currently offline  Jayanta
Messages: 28
Registered: September 2017
Member
Thanks for your reply. I have explore the same and got my answer alreday.
Re: Under-five mortality rate estimation [message #13762 is a reply to message #13162] Wed, 20 December 2017 03:03 Go to previous messageGo to next message
fmwansa is currently offline  fmwansa
Messages: 8
Registered: December 2017
Location: Zambia
Member

Hi all, i`m trying to estimate under five mortality for Zambia using the stata package "SYNCMRATES" but i seem not to get what is the official 2013/4 ZDHS report. Is there something i`m missing? Any alternative way of calculating mortality especially by sub population will help.

FMK
Re: Under-five mortality rate estimation [message #13777 is a reply to message #13571] Thu, 21 December 2017 12:03 Go to previous messageGo to next message
fmwansa is currently offline  fmwansa
Messages: 8
Registered: December 2017
Location: Zambia
Member

Hi,
Using the stata package syncmrates, does anyone knows how to use the option if? I want to get the rates by geographical and socio-economic grouping but all the options are refusing. Please help!!


FMK
Re: Under-five mortality rate estimation [message #13837 is a reply to message #13777] Wed, 10 January 2018 01:07 Go to previous messageGo to next message
dgodha
Messages: 44
Registered: November 2016
Location: India
Member
Try this

forvalues x=0/3{
syncmrates v008 b3 b7 if v106==`x' [iw=v005], cluster(v021)
}


Hope this helps


Deepali

[Updated on: Wed, 10 January 2018 01:07]

Report message to a moderator

Re: Under-five mortality rate estimation [message #13867 is a reply to message #13837] Tue, 16 January 2018 12:04 Go to previous messageGo to next message
Casey is currently offline  Casey
Messages: 2
Registered: January 2018
Member
I also made an R Package available to compute Childhood Mortality Rates: childhoodmortality [ https://cran.r-project.org/web/packages/childhoodmortality/i ndex.html.]

fmwansa: This packages optionally calculates childhood mortality rates for any population subgroup that the user specifies. Hope this is helpful!



[Updated on: Tue, 16 January 2018 12:06]

Report message to a moderator

Re: Under-five mortality rate estimation [message #13872 is a reply to message #13867] Wed, 17 January 2018 03:44 Go to previous messageGo to next message
fmwansa is currently offline  fmwansa
Messages: 8
Registered: December 2017
Location: Zambia
Member

Thank you for your help. Will try to estimate in R

FMK
Re: Under-five mortality rate estimation [message #13873 is a reply to message #13867] Wed, 17 January 2018 03:51 Go to previous messageGo to next message
Jayanta is currently offline  Jayanta
Messages: 28
Registered: September 2017
Member

Thank you for your post. I have tried to open the URL but it's not working. Can you please check it.

Thanks,
Jayanta
Re: Under-five mortality rate estimation [message #13875 is a reply to message #13873] Wed, 17 January 2018 09:30 Go to previous messageGo to next message
Casey is currently offline  Casey
Messages: 2
Registered: January 2018
Member
strange, link seems to work for me. try this:

https://cran.r-project.org/web/packages/childhoodmortality/i ndex.html

Re: Under-five mortality rate estimation [message #13876 is a reply to message #13875] Wed, 17 January 2018 10:57 Go to previous messageGo to next message
Jayanta is currently offline  Jayanta
Messages: 28
Registered: September 2017
Member
Thanks its working now. Because of one dot it was not warking in earlier URL.

Many thanks
Jayanta
Re: Under-five mortality rate estimation [message #15255 is a reply to message #13571] Wed, 20 June 2018 02:26 Go to previous messageGo to next message
krishn28_ssh is currently offline  krishn28_ssh
Messages: 5
Registered: June 2018
Location: India
Member
Hii Deepali,

I want to calculate U5 mortality in sub group - SC/ST/OBC/None of the above/ don't know excluding Muslim religion.
Plz help me i try a lot but filed.


krishna
Re: Under-five mortality rate estimation [message #18784 is a reply to message #13867] Wed, 19 February 2020 19:44 Go to previous messageGo to next message
Carmen is currently offline  Carmen
Messages: 1
Registered: February 2020
Member
POR FAVOR, PODRIAN PONER EL CODIGO EXACTO EN SPSS PARA CALCULAR LA MORTALIDAD INFANTIL?? VEO QUE HAN PUESTO EL CODIGO EXACTO EN STATA Y R, PERO NO EN SPSS, SE AGRADECE EL APOYO

Saludos,
Re: Under-five mortality rate estimation [message #19108 is a reply to message #18784] Tue, 21 April 2020 17:44 Go to previous message
Liz-DHS
Messages: 1516
Registered: February 2013
Senior Member
Dear User, please refer to the following link. The link provides SPSS code to produce Demographic and Health Survey Indicators.
Thank you!
Previous Topic: Effect of fertility on infant , child and maternal mortality
Next Topic: Matching child to mother
Goto Forum:
  


Current Time: Thu Mar 28 05:09:37 Coordinated Universal Time 2024