DIDmultiplegt: Estimation in DID with Multiple Groups and Periods

Estimate the effect of a treatment on an outcome in sharp Difference-in-Difference designs with multiple groups and periods. It computes the DIDM estimator introduced in Section 4 of "Two-Way Fixed Effects Estimators with Heterogeneous Treatment Effects" (Chaisemartin, D'Haultfoeuille (2020) <doi:10.1257/aer.20181169>), which generalizes the standard DID estimator with two groups, two periods and a binary treatment to situations with many groups,many periods and a potentially non-binary treatment. For each pair of consecutive time periods t-1 and t and for each value of the treatment d, the package computes a DID estimator comparing the outcome evolution among the switchers, the groups whose treatment changes from d to some other value between t-1 and t, to the same evolution among control groups whose treatment is equal to d both in t-1 and t. Then the DIDM estimator is equal to the average of those DIDs across all pairs of consecutive time periods and across all values of the treatment. Under a parallel trends assumption, DIDM is an unbiased and consistent estimator of the average treatment effect among switchers, at the time period when they switch. The package can also compute placebo estimators that can be used to test the parallel trends assumption. Finally, in staggered adoption designs where each group's treatment is weakly increasing over time, it can compute estimators of switchers' dynamic treatment effects, one time period or more after they have started receiving the treatment.

Version: 0.1.3
Depends: R (≥ 3.4.0)
Imports: dplyr (≥ 1.0.0), fixest (≥ 0.6.0), plotrix, stringr, sampling, stats, parallel, assertthat, wooldridge
Published: 2024-02-29
Author: Shuo Zhang [aut], Clément de Chaisemartin [aut], Diego Ciccia [cre]
Maintainer: Diego Ciccia <diego.ciccia at sciencespo.fr>
License: MIT + file LICENSE
NeedsCompilation: no
Materials: README
CRAN checks: DIDmultiplegt results

Documentation:

Reference manual: DIDmultiplegt.pdf

Downloads:

Package source: DIDmultiplegt_0.1.3.tar.gz
Windows binaries: r-devel: DIDmultiplegt_0.1.3.zip, r-release: DIDmultiplegt_0.1.3.zip, r-oldrel: DIDmultiplegt_0.1.3.zip
macOS binaries: r-release (arm64): DIDmultiplegt_0.1.3.tgz, r-oldrel (arm64): DIDmultiplegt_0.1.3.tgz, r-release (x86_64): DIDmultiplegt_0.1.3.tgz
Old sources: DIDmultiplegt archive

Reverse dependencies:

Reverse suggests: rdss

Linking:

Please use the canonical form https://CRAN.R-project.org/package=DIDmultiplegt to link to this page.