Here are some starting steps you'd want to take:
- Add new countires to
make/1_pull_areas.R, make/2_pull_naomi.R to get the area files and Naomi population, PLHIV, new infections data
- Make reports equivalent to
src/ken_survey_behav for each of the new countries (note that survey_behav is currently processing the DHS plus adding in any other surveys like PHIA, so some of the survey_behav reports have other non-DHS things at the bottom)
- Add the data processing scripts to
make/3_run_data_prep.R
- Modify the
orderly.yml for aaa_fit_multi-sexbehav-sae to accept new area files and country indicator data, then try running multinomial model on the new country using option parameters = list(iso3 = "NEW")
I can write out more steps (jointly modelling the countries, post-processing, ...) but I think this should be a good start.
Here are some starting steps you'd want to take:
make/1_pull_areas.R,make/2_pull_naomi.Rto get the area files and Naomi population, PLHIV, new infections datasrc/ken_survey_behavfor each of the new countries (note thatsurvey_behavis currently processing the DHS plus adding in any other surveys like PHIA, so some of thesurvey_behavreports have other non-DHS things at the bottom)make/3_run_data_prep.Rorderly.ymlforaaa_fit_multi-sexbehav-saeto accept new area files and country indicator data, then try running multinomial model on the new country using optionparameters = list(iso3 = "NEW")I can write out more steps (jointly modelling the countries, post-processing, ...) but I think this should be a good start.