-
Notifications
You must be signed in to change notification settings - Fork 5
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
Development of cohort model for maternal/newborn health analysis #1462
Comments
Hi @tamuri - hoping to return to this when back from Malawi next week. Would it be useful to discuss further? |
Discussing with others at the next softeng meeting (this Friday 27th) to see how best to proceed. |
Great thanks Asif! |
Hi @tamuri @tbhallett. Some thoughts after our meeting today and looking at the code again:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(@tamuri starting new issue for discussions. @tbhallett FYI)
To improve the speed/scope of analyses relying on a suitable number of pregnancies/births within the simulation we want to develop an approach to run the model with a cohort of women who are pregnant at initialisation. We can then run the model for only 1 year (or 10 months) for analyses of outcomes allowing for a greater number of scenarios to be explored and more comprehensive sensitivity analyses.
To generate the properties of the pregnant population (including prevelance of modelled health conditions (e.g. HIV)) I ran a full model simulation with 250K people from 2010-2025 and logged the population.props row at pregnancy initiation. This generated a data frame of around 16K newly pregnant women in 2024.
When I tried to force this data frame over the population props data frame at initialisation I came across a number of issues that I couldn't get around (see PR #1320).
The text was updated successfully, but these errors were encountered: