-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete the Wasting
module
#542
Comments
Thanks very much for this checklist Tim! :) |
Hi Everyone Kindly find attached outputs from the wasting module. I will not be surprised if the outputs don't entirely meet the expectation for there's still some work to be done in the code. This is just a first touch where I wanted to ensure that
May I kindly request your input on some other outputs we are expecting to see from the wasting module plus any other comment on the expectation on the current outputs. Thanks |
Hi Emmanuel, well done for getting this running. As discussed on our call just now, please check that "severe wasting" is a WHZ <=-3 There should be around ~3% of children being severely wasted as per the DHS data, so around 20-30 times less than the current output you shared. Happy to help interpreting the parameters or word document as needed, let me know. Thanks, |
This is noted @timcolbourn , Thanks. We will surely get in touch on the interpretation of parameters and the word document as soon as we are happy with the current work on the programming side of wasting module. Thanks |
Hi @timcolbourn , @tbhallett and @andrew-phillips-1(optional). Myself and @thewati have finished looking at both the code and the document. We have listed below Epi question we need some help from @timcolbourn. For programming ones @tbhallett, They're many so we would love to work on them, push to the PR and ask for your review. Thanks Epi issues/questions - @timcolbourn
|
Hi @mnjowe ! Thank you for taking over the programming of wasting!
I hope this helps! Happy to discuss this further. Best, |
Hi @inesll , It's good to talk to you and thanks for your response. yes it's very helpful. Would you also help explain when you want to make use of the HSI events? it seems all HSI_ events have been called in the do_when_acute_malnutrition_assessment function which is not being called anywhere in the code. When do you want these HSI events to come into play? |
Good point! Indeed I haven't worked on the integration with the health system module. For the wasting module, there are a few symptoms registered that should prompt their care seeking based on the health seeking behaviour module's models. To add interaction with the health system in the simulation, you could call that function do_when_acute_malnutrition_assessment to occur within the generic appointments (hsi_generic_first_appts.py), for children under-5. I would suggest to add a certain probability of that function to occur (e.g. 40% for MAM, 70% for SAM - then further adjusted with calibrations), to reflect the lack of nutrition assessment at outpatient care when they seek healthcare for other conditions (health worker's performance). Unless, the appointment was initiated by the Wasting module. Hope this helps - happy to plan this together in a call if needed. |
Sure, I am flexible, let me know the dates/times you both can do. |
Hi @inesll. Once again thank you for offering us a change to have a call with you. We would appreciate it if we can have this call this coming Friday 3rd November from 2-3pm Malawi time(12-1pm UK time?). We are interested to hear your epi thought's on the wasting events(HSI's, Deaths, Recoveries) while looking at the graphs in the undernutrition write-up(wasting section only). May you please confirm your availability? |
Thanks @mnjowe and @thewati for working on this and spoting some epi issues! Things to fix:
|
@mnjowe and @thewati - actually for the first issue listed, the code already resets the values of MUAC in the WHZ>=-2 within that function muac_cutoff_by_WHZ - as it applies the probability of MUAC values again while diregarding what they had previously. I have now added the nutritional_oedema_present function which resets the probability of oedema in WHZ>=-2 regardless of their previous odema status. Therefore, there won't be no overestimates! :) |
Hi @timcolbourn , @mnjowe and I have been working on the incidence of wasting cases. Here are some results for your perusal... Now we have some under the "not undernourished" category and incidence cases are hovering around 0.7. Please see the attached document for all the images after the recent run. |
Thanks @thewati and @mnjowe. Please find my comments attached - it still seems like the incidence is far too high (though please also check what the graph is plotting as per my comment) |
Thanks for your comments @timcolbourn. Please find some responses attached. Thanks |
Thanks @mnjowe, please find my comments and suggestions attached |
Hi @timcolbourn and @inesll. Kindly find attached revised wasting plots. some of the changes in resource file include
Thanks |
Thanks @thewati and @mnjowe these new plots look good to me, well done! |
Thanks @timcolbourn |
The
Wasting
module was first proposed in #289, from whichStunting
was split out (#390), andWasting
was left until now.The work to do is:
ResourceFile_Undernutrition.xlsx
), which was omitted in the Undernutrition Draft PR (wasting & stunting) #289Stunting
in Stunting #390 here.Stunting
in Stunting #390.A PR has been opened that brings in the three files that will be changed (#543)
The text was updated successfully, but these errors were encountered: