Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/public-health-scotland/scotpho-indicator-production
Code used to prepare data for indicators in ScotPHO's profiles
https://github.com/public-health-scotland/scotpho-indicator-production
data-manipulation health-data public-health
Last synced: 5 days ago
JSON representation
Code used to prepare data for indicators in ScotPHO's profiles
- Host: GitHub
- URL: https://github.com/public-health-scotland/scotpho-indicator-production
- Owner: Public-Health-Scotland
- Created: 2018-09-20T13:21:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T10:08:30.000Z (6 months ago)
- Last Synced: 2024-05-22T11:28:04.370Z (6 months ago)
- Topics: data-manipulation, health-data, public-health
- Language: R
- Homepage:
- Size: 769 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# indicator-production
Code used to prepare data for indicators in the [ScotPHO's profiles](https://scotland.shinyapps.io/ScotPHO_profiles_tool/).Final files need to have the same format and follow a set of common transformations. This way most of the indicators can be processed using the functions from "1.indicator_analysis". For details on how to use these functions please read the instruction in the script.
These functions can prepare data for intermediate zones, HSC localities, HSC partnerships, alcohol and drug partnerships, council areas, health boards and Scotland.For some indicators we also prepare data by socioeconomic deprivation categories. To do this use the functions from "2.deprivation_analysis". Their approach is very similar to the other ones, but you can find more detailed instructions in the function script.
Both functions use the geography and population lookups created with the code from [this repository](https://github.com/Public-Health-Scotland/scotpho-lookups).