-
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
Wasting Outputs #1295
Comments
Hi @timcolbourn and @andrew-phillips-1. Kindly find attached for wasting plots following our discussion on adding two plots on wasting prevalence. Thanks population : 20,000 |
Good morning @mnjowe This is good to see and exactly what I had in mind. I will let Tim comment on how closely he thinks it reflects the data. |
Thanks @mnjowe the plot looks good - the prevalence should be around 3% so it is close enough, but we can work on it more as part of the paper - it's interesting to see that it goes up slightly to 2030 rather than staying the same - any ideas why this might be? |
@timcolbourn Hm, a good observation. I'm not sure as to why yet. Could it be caused by the risk factors of wasting? I will have to test different scenarios to be sure about this |
These are the output figures with current version of the code: |
In previous versions, the incidence was recorded as follows:
In current version:
Therefore, current version records only incidence cases of moderate and severe wasting - see figure on page 1 in wasting_all_figures__2024-10-11T232204Z.pdf. But we would like to know what proportion of the children becomes wasted (moderately, and severely). So we need to also know how many children were not included as an incidence case. Also, I'm not sure how correct is this recording of the incidence. The natural progression/recovery from moderate wasting occurs in only 81 days, and possible recovery from severe wasting to MAM (which could lead to moderate wasting) due to treatment can occur in 3 or 4 weeks. Hence, theoretical example of wasting incidence recorded for one child within one year by months:
But I think we only want one recording per child per year, so I would say the last information?
@timcolbourn, what do you think? |
@timcolbourn, The wasting prevalence per year is quite different from the previous version. I’m not sure which of the changes exactly led to this; see the figure on page 2 in the wasting_all_figures__2024-10-11T232204Z.pdf. This means, I need to update parameters as we want ~3% prevalence each year, is it? |
@timcolbourn, As we discussed earlier, the prevalence proportions within age groups were calculated as Hence, different outcome in figure on page 3 in the wasting_all_figures__2024-10-11T232204Z.pdf. |
On page 4 in the wasting_all_figures__2024-10-11T232204Z.pdf, Model output against Global Burden of Diseases (GDB) study data, all seems fine, except deaths for females between 2015 and 2019. |
@timcolbourn, However, all these outcomes are based only on one run. I think, the analysis script should be updated to be based on multiple runs, don't you think? |
Thanks @EvaJanouskova - please can you check that Figures 2 and 3 are actually prevalence (a cross sectional snapshot at one timepoint) rather than cumulative incidence (due to the theoretical example you give above). If they are prevalence, then the recovery rate (and treatment rate) need to be increased so the prevalence is roughly constant over time from 2010 to 2029. For Figure 3, if it is prevalence, we might expect it to go up a bit as children get older, but not to 25% - maybe to something like 5% so the average prevalence across the all ages 6-59 months is ~3%. Though would also be good to check the data on that (In Stata you can ssc install zanthro to caculate z-scores etc). |
@timcolbourn, Yes, both Fig 2 and 3 are prevalence. It could be because the children with MAM are not detected for a treatment at all, so only SAM is treated. On the other, from SAM, there is no natural recovery, hence if not treated they remain SAM. Do we want to keep it like this and only change the parameters for now? Or would you prefer, to add the HSI events to detect MAM for treatment and eventually also natural recovery from SAM? |
Ok - please add an HSI event to detect and treat MAM. I'm not sure about natural recovery from SAM, I think that is unlikely (though I guess could happen with better food at home if the family circumstances improve) so would need treatment. But we have SAM treatment as highly likely in the model? How long are children staying SAM? I think if they are SAM for a long time they would die without treatment (and I think there is a parameter for that?) but they shouldn't stay SAM that long as should be nearly all treated? |
the death from untreated SAM is not currently in the model, we could also add that (it is one of future TODOs: #1481) there is only death after care, so only if treated if treated, they will die/recovery to MAM/fully recover in 3 or 4 weeks, see figure 4 in the wasting write-up, depending on presence of complications (with complications 4 weeks of treatment, without 3 weeks) I'm not sure what is the care-seeking rate, but once they seek the care due to SAM symptoms, the coverage for outpatient care is 0.82, and for inpatient care (if complications present) is 0.98. |
ok, so maybe the care seeking is too low? as most should be treated |
Seems that I have printed some probabilities of seeking care for the children under 5 with SAM: |
ok - I think maybe what was intended was that ~100% with SAM seek care |
This is actually not true. We actually only log incidence if it is incidence of moderate wasting from non-wasted, or if it is progression to severe wasting scheduled during incidence of moderate wasting. So, if the child's wasting status improves from severe to moderate after treatment it won't be logged as incidence. On the other hand, such a child is not send for MAM treatment, and no natural recovery or progression back to severe wasting is scheduled, so the example above would actually look as follows:
|
I think we could start there. Send children recovered from SAM to MAM following the treatment for MAM treatment, or schedule natural recovery or progression back to severe wasting. Without logging as incidence, or? |
After a discussion with @timcolbourn, we decided to make more changes within #543:
|
Hi @timcolbourn, What data/information do we have on prevalence/incidence to calibrate the module? Do we know the prevalence by severity and/or by age group? Do we know anything about incidence per year, or any other relevant data/information? And what is the source for the prevalence being approximately constant around 3%? |
@thewati, In the figure of direct deaths compared with GBD study data, which year’s study data is it compared to? Is it GBD 2021 or GBD 2019? |
@EvaJanouskova I am not sure. I tried looking around but I can't find anything on the actual year. Maybe @inesll or @mnjowe would know |
As Emmanuel correctly pointed out at the meeting today, it shows deaths in 2010-2019, so likely from the GBD 2019 study. I'll need to check the new data then. |
The data is from the Malawi 2015-2016 DHS (the latest one): https://dhsprogram.com/publications/publication-fr319-dhs-final-reports.cfm Actually also the Malawi MICS 2019-2020: https://microdata.worldbank.org/index.php/catalog/4286/related-materials So there seems to be a secular trend of wasting going down, slowly, perhaps by around 0.15-0.2% per year. So the DHS 2024-2025 which is happening now (and will be reported late next year) might show ~2% prevalence? |
if the odds are set to 20, the probs of seeking care are as follows: |
Hi @timcolbourn, With current version, the prevalence is lightly lower (maybe even too low in 2010), but then is growing up to 10% in 2030. :/ |
ok, so looks like there's still an issue with cases not recovering or dying? i.e. too many continue to be wasted? are you able to quickly see how long children are wasted for on average in the output? could it be as simple as ensuring wasting is turned off when kids reach their 5th birthday? |
Unfortunately not.
We can test that. |
Also the deaths here were too high. Therefore, I've updated the Also, I didn't find any use of gender as predisposition to wasting or any other gender-based assumption in wasting module. Hence I combined the deaths of both genders together and now it seems much closer to GBD data, I would say. (Of course, the growing prevalence still needs to be fixed.) wasting_all_figures__2024-12-11T114046Z.pdf |
Well, we calculate the proportions only in children under 5, so even if they stayed wasted after 5, they won't be counted in. These are all proportions of wasted children under 5 among all children under 5. |
Hi Eva, So the code is polling then logging children under 5. All children above 5 are ignored/left out. This is done in the I hope I haven't missed your question. |
Hi @EvaJanouskova . Perhaps you were running a test that's configured to work with under 5's only? I tried running it and I can see individuals alive and over five as well. What script were you running? |
You couldn't know what I meant because it is not true. There was just a bug in calculation of Thanks anyway, @thewati. |
Yes,
No, I was running the |
After fixing a bug in the code, the calibration has slightly changed (see attached). We need to add some new plots but also re-work on the existing calibration
To do:
wasting-plots-new.docx
The text was updated successfully, but these errors were encountered: