The BC community socio-economic status (SES) index evaluates individuals or groups' relative social and economic standing within BC.
The SES index is often used in research, public policy, and social programs to understand disparities in outcomes such as health, education, and employment, and to develop interventions aimed at reducing inequality and promoting social mobility.
This repo is utilized to clean externally available sources of data such that it can be ingested for further use within a secure research environment.
Data used in this project is stored on the LAN. See src/README.md
for detail.
A data documentation is created and saved in the project folder on the LAN.
The code for cleaning external data to be used in the development of a SES index are including in the src
folder. More details for running this code can be found in /src/README.md.
An R env environment is created for this project using renv
package. You can download and install all the packages this project needs by running renv::restore()
.
This project is in very early stages and will be subject to a large amount of change. The existing code has been added as a starting place.
To report bugs/issues/feature requests, please file an issue.
If you would like to contribute, please see our CONTRIBUTING guidelines.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Copyright 2024 Province of British Columbia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.
This project was created using the bcgovr package.