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

Stats code needs to be in a documented function #149

Closed seabbs closed 3 years ago

seabbs commented 3 years ago

Currently this code: https://github.com/epiforecasts/covid-rt-estimates/blob/d9b4d03d0f2fa24f3064f4bf8c50624273c082a7/R/update-regional.R#L161

Is undocumented and would be more modular if wrapped in a documented function.

seabbs commented 3 years ago

Closing as whilst an issue unlikely to be dealt with.