UCD-SERG / serocalculator

Estimating Infection Rates from Serological Data
https://ucd-serg.github.io/serocalculator/
4 stars 2 forks source link

reduce cyclomatic complexity of `est.incidence.by` #252

Open chrisorwa opened 2 months ago

chrisorwa commented 2 months ago

Reduce the cyclomatic complexity of est.incidence.by function by breaking it up into sub functions. The resulting cyclomatic complexity should be below 15.