-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed bugs in the keep population flag. #874
Conversation
SwiftySalmon
commented
Dec 4, 2023
- filter out where gender not 1 or 2
- deal with negative ages where dob is after mid point of year
- previously filtered cases where dod was before midpoint, but was also accidentally removing cases with missing death dates! Now fixed.
- added filter for nsu only once calculations are done
- filter out where gender not 1 or 2 - deal with negative ages where dob is after mid point of year - previously filtered cases where dod was before midpoint, but was also accidentally removing cases with missing death dates! Now fixed. - added filter for nsu only once calculations are done
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fixing
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@check-spelling-bot Report🔴 Please reviewSee the 📂 files view, the 📜action log, or 📝 job summary for details. Unrecognized words (1)popluation To accept these unrecognized words as correct, you could run the following commands... in a clone of the [email protected]:Public-Health-Scotland/source-linkage-files.git repository curl -s -S -L 'https://raw.githubusercontent.com/check-spelling/check-spelling/main/apply.pl' |
perl - 'https://github.com/Public-Health-Scotland/source-linkage-files/actions/runs/7102393942/attempts/1' OR To have the bot accept them for you, reply quoting the following line: Errors (2)See the 📂 files view, the 📜action log, or 📝 job summary for details.
See ❌ Event descriptions for more information. If the flagged items are 🤯 false positivesIf items relate to a ...
|
Just thought of another way to check this - I'll use the function to match onto the existing files and produce an extract for Laura. Then ill run the dementia code and see what output we get. |