nhsbsa-data-analytics / personMatchR

Helper package for matching individuals across two datasets
Apache License 2.0
0 stars 0 forks source link

Implement match score into output #13

Closed steven-buckley closed 2 years ago

steven-buckley commented 2 years ago

Merge pull request #12 prior to this

Added code to calculate a match score and adjusted test case outputs to match

To support the scoring the ED_DOB was switched from stringdist to stringsim to give a score between 0 and 1 in line with how the other fields were being scored. This also required the match criteria to be amended to reflect the new tolerences for the ED_DOB field.

kygoffe commented 2 years ago

Approved 👍🏼