ihmeuw-demographics / hierarchyUtils

Demographics Related Utility Functions
https://ihmeuw-demographics.github.io/hierarchyUtils/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

option to identify all possible overlapping intervals #70

Closed chacalle closed 3 years ago

chacalle commented 3 years ago

Describe changes

To help with overlapping intervals where it may not be clear what is truly the less granular interval.

Like: 0-11, 10-15, 15-20 as specified in #66.

We can visually inspect and know 0-11 is the messed up age group likely, but before this PR only 10-15 was flagged as overlapping. Now if identify_all_possible=TRUE is specified, both 0-11 and 10-15 are flagged for manual inspection.

Checklist

Packages Repositories