epiforecasts / covid-rt-estimates

National and subnational estimates of the time-varying reproduction number for Covid-19
https://epiforecasts.io/covid/
MIT License
34 stars 17 forks source link

Add UK region to admissions #192

Closed kathsherratt closed 3 years ago

kathsherratt commented 3 years ago

Adds UK as a region in admissions data, as cases and deaths have.

Not sure if this was causing the data truncation step to be skipped or fail.

Related - wonder if we should drop the arg rm.na = TRUE in the add_uk() function when summing nations. Currently all NAs get converted to 0 and summed, which is not that helpful when this happens in the most recent dates.