Skip to content

Commit 8576979

Browse files
committed
update
1 parent 55e6cc8 commit 8576979

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
**Matching methods for causal inference with time-series cross-sectional data**
88

9-
TSCSMethods.jl implements non-parametric generalized difference-in-differences estimation with covariate matching for panel data. The package provides tools for causal inference in staggered treatment designs, where units receive treatment at different times.
9+
TSCSMethods.jl implements the matching methodology developed in Feltham et al. (2023), which extends the framework of Imai et al. (2021) with novel innovations for causal inference in staggered treatment designs. The package provides non-parametric generalized difference-in-differences estimation with covariate matching for panel data, where units receive treatment at different times.
1010

1111
## Key Features
1212

@@ -61,7 +61,7 @@ See the [Jupyter notebook vignette](./vignette/vignette.ipynb) for a complete an
6161

6262
## Method Overview
6363

64-
The package implements the matching approach from Imai et al. (2021) for time-series cross-sectional data:
64+
The package implements the extended matching approach developed in Feltham et al. (2023), building on Imai et al. (2021), for time-series cross-sectional data:
6565

6666
1. **Matching**: For each treated unit, find control units with similar covariate histories
6767
2. **Balancing**: Assess and improve covariate balance between treated and control groups

docs/src/methodology.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This page explains the statistical methodology implemented in TSCSMethods.jl.
44

55
## Overview
66

7-
TSCSMethod.jl implements the matching approach for time-series cross-sectional (TSCS) data developed by Imai et al. (2021). This method addresses key challenges in causal inference with panel data:
7+
TSCSMethods.jl implements the extended matching approach for time-series cross-sectional (TSCS) data developed in Feltham et al. (2023), which builds upon and extends the framework of Imai et al. (2021). This method addresses key challenges in causal inference with panel data:
88

99
1. Selection bias: Units self-select into treatment
1010
2. Time-varying confounding: Confounders change over time
@@ -137,5 +137,6 @@ For events with potential geographic spillover (see Feltham et al. 2023 for a de
137137

138138
## References
139139

140+
- Feltham, E., Forastiere, L., Alexander, M., & Christakis, N. A. (2023). Mass gatherings for political expression had no discernible association with the local course of the COVID-19 pandemic in the USA in 2020 and 2021. *Nature Human Behaviour*.
140141
- Imai, K., Kim, I. S., & Wang, E. H. (2021). Matching Methods for Causal Inference with Time-Series Cross-Sectional Data. *American Journal of Political Science*.
141142
- Rosenbaum, P. R., & Rubin, D. B. (1983). The central role of the propensity score in observational studies for causal effects. *Biometrika*, 70(1), 41-55.

0 commit comments

Comments
 (0)