Author: Angus Chan Institution: UCL Department of Security and Crime Science
This repository contains the reproducible analytical pipeline for a large-scale meta-analysis of 123 studies (
This project is built using R and follows a modular design to ensure high data auditability and transparency.
- Language: R (Version 4.x)
- Key Libraries: metafor (meta-analysis), tidyverse (data cleaning), ggplot2 (visualization).
- Version Control: Git/GitHub for full pipeline history.
- Data Standards: Implements a custom coding schema to handle multi-level effect sizes and cross-study variance.
├── R/ # Modular R functions for data processing
├── main.R # Primary entry point to execute the full pipeline
├── meta_analysis_data.csv # Harmonized dataset (anonymized/de-identified)
└── README.md # Project documentation
To reproduce the findings, clone this repository and run the primary script:
- Clone the repo:
git clone https://github.com/cyfangus/my_phd_meta_analysis.git- Execute Analysis: Open main.R in RStudio. The script is configured to automatically load dependencies and process the raw data in the /R directory.
Ethics: All data handling follows UCL Research Ethics and GDPR protocols.
Anonymization: Raw data has been pseudonymized and aggregated to ensure participant privacy while maintaining research utility.
Transparency: This repository serves as an Open Science archive to support the "Interoperability" and "Reusability" (FAIR) of the research findings.
For inquiries regarding the data schema or methodological framework: Angus Chan - [email protected]