https://github.com/sodascience/diaper_project
Population-based study of poverty and perinatal maternal and child health in the Netherlands
https://github.com/sodascience/diaper_project
mediation-analysis perinatal population-based-study
Last synced: 4 months ago
JSON representation
Population-based study of poverty and perinatal maternal and child health in the Netherlands
- Host: GitHub
- URL: https://github.com/sodascience/diaper_project
- Owner: sodascience
- License: mit
- Created: 2024-12-05T17:59:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-01T12:56:54.000Z (about 1 year ago)
- Last Synced: 2025-05-07T19:50:29.208Z (about 1 year ago)
- Topics: mediation-analysis, perinatal, population-based-study
- Language: R
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Data-InfrAstructure for Parents and ChildRen (DIAPER)
Scripts pertaining to data pre-processing and analysis to investigate the role of poverty in maternal and child perinatal health outcomes in the Netherlands.
- DIAPER rivm [website](https://www.rivm.nl/monitoren-zwangerschap-en-geboorte/diaper)
- All of the analyses are done in the [CBS](https://www.cbs.nl/en-gb/our-services/customised-services-microdata/microdata-conducting-your-own-research) microdata environment.
### Scripts organization
The '01_preprocessing_scripts' folder contains all the scripts necessary to load data, join the dataset with CBS tables, and clean the data before further analyses.
- Make sure to change the 'file_paths' script to match the paths to your tables of interest.
- If you only need a household ID and not object ID, you can skip the 03 script.
- The '04_merge_cbs' script is the one that reads a CBS table and joins it to your dataset.
- Script 05 is necessary in the case that you are extracting data from longitudinal tables.
- The last script '06_cleanup' is specific to the variable processing needed for this project. NB: Income type CBS variables usually need to be processed since they contain negative values for NA.
## Contact
This project is developed and maintained by the [ODISSEI Social Data Science
(SoDa)](https://odissei-soda.nl) team.
Do you have questions, suggestions, or remarks? File an issue in the issue
tracker or feel free to contact [Nadya Ali](https://github.com/NAli42), [Erik-Jan van
Kesteren](https://github.com/vankesteren), or [Javier Garcia-Bernardo](https://github.com/jgarciab)