-
Notifications
You must be signed in to change notification settings - Fork 99
/
DESCRIPTION
33 lines (33 loc) · 1.81 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: did
Title: Treatment Effects with Multiple Periods and Groups
Version: 2.2.1.910
Authors@R: c(person("Brantly", "Callaway", email = "brantly.callaway@uga.edu", role = c("aut", "cre")), person("Pedro H. C.", "Sant'Anna", email="pedro.h.santanna@vanderbilt.edu", role = c("aut")))
URL: https://bcallaway11.github.io/did/, https://github.com/bcallaway11/did/
Description: The standard Difference-in-Differences (DID) setup involves two periods and two groups -- a treated group and untreated group. Many applications of DID methods involve more than two periods and have individuals that are treated at different points in time. This package contains tools for computing average treatment effect parameters in Difference in Differences setups with more than two periods and with variation in treatment timing using the methods developed in Callaway and Sant'Anna (2021) <doi:10.1016/j.jeconom.2020.12.001>. The main parameters are group-time average treatment effects which are the average treatment effect for a particular group at a a particular time. These can be aggregated into a fewer number of treatment effect parameters, and the package deals with the cases where there is selective treatment timing, dynamic treatment effects, calendar time effects, or combinations of these. There are also functions for testing the Difference in Differences assumption, and plotting group-time average treatment effects.
Depends:
R (>= 3.5),
License: GPL-2
Encoding: UTF-8
LazyData: true
Imports:
BMisc (>= 1.4.4),
Matrix,
pbapply,
ggplot2,
DRDID (>= 1.1.0),
generics,
methods,
tidyr,
parglm (>= 0.1.7),
data.table (>= 1.15.4),
dreamerr (>= 1.4.0)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Suggests:
rmarkdown,
plm,
here,
knitr,
covr,
backports