athowes / multi-agyw

Spatio-temporal estimates of HIV risk group proportions for AGYW across 13 priority countries in sub-Saharan Africa
https://athowes.github.io/multi-agyw
MIT License
2 stars 1 forks source link

Fix area mismatch in TZA and MOZ #126

Closed athowes closed 2 years ago

athowes commented 2 years ago

Only 55 areas in TZA from naomi_output:

> naomi_output %>% filter(iso3 == "TZA") %>% pull(area_id) %>% unique()
 [1] "TZA_3_01zq" "TZA_3_13qs" "TZA_3_14vc" "TZA_3_05sv" "TZA_3_06to" "TZA_3_07io" "TZA_3_08cj" "TZA_3_09mr"
 [9] "TZA_3_17us" "TZA_3_18yl" "TZA_3_19se" "TZA_3_20ps" "TZA_3_24if" "TZA_3_25qf" "TZA_3_02sc" "TZA_3_03po"
[17] "TZA_3_04zs" "TZA_3_21pw" "TZA_3_10wc" "TZA_3_11zv" "TZA_3_12hu" "TZA_3_15an" "TZA_3_22bx" "TZA_3_26qq"
[25] "TZA_3_16xo" "TZA_3_23ry" "TZA_3_51vs" "TZA_3_52qn" "TZA_3_53ws" "TZA_3_54qt" "TZA_3_55dv" "TZA"    
athowes commented 2 years ago

Mismatch between latest pulled from naomi2 and the latest Naomi results Jeff extracted.

athowes commented 2 years ago

Looks fixed now!

image