mrc-ide / epireview

https://mrc-ide.github.io/epireview/
GNU General Public License v3.0
25 stars 2 forks source link

Fix study labels for Lassa #56

Closed cm401 closed 4 weeks ago

cm401 commented 2 months ago

The code produces NAs for some of the study labels..

lassa <- load_epidata('lassa') params <- lassa[['params']]

params$article_label [1] "Webb 1986" "Webb 1986" NA [4] NA "Van Der Waals 1986" "Troup 1970" [7] "Troup 1970" NA NA

This seems to happen because the join is by article id but we have two article ids for the same paper (from double extraction) image

Not sure if this is a Lassa specific issue (due to the fact that the double extraction was done prior to the current code base in priority pathogens).