This repository contains an R-based implementation of the Synthetic Control Method, including the main model estimation, robustness checks using placebo tests, and descriptive statistics.
-
Code.R
Main analysis script containing the core synthetic control implementation and primary results. -
Library.R
Loads all required R packages used across the project and data frame. This script should be run before executing any other code.
-
Placebo.R
Conducts in-time placebo tests to evaluate the robustness of the treatment effects over different time periods. -
Placebo2.R
Conducts in-space placebo tests, applying the synthetic control method to control units to assess the credibility of the estimated effects.
-
Summary.R
Generates descriptive statistics for the dataset used in the analysis. -
summary_stats.tex
LaTeX output generated bySummary.R, containing formatted tables of descriptive statistics.
-
A5.Rproj
RStudio project file to ensure reproducibility and consistent project settings. -
.gitignore
Specifies files excluded from version control.
- Run
Library.Rto load all required libraries - Run
Code.Rto execute the main synthetic control analysis - Run
Summary.Rto generate descriptive - Run
Placebo.RandPlacebo2.Rto perform robustness checks