-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
37 lines (37 loc) · 1.17 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
34
35
36
37
Package: fastdid
Type: Package
Title: Fast Staggered Difference-in-Difference Estimators
Version: 1.0.3
Date: 2024-10-25
Authors@R: c(
person("Lin-Tung","Tsai",
role = c("aut", "cre", "cph"),
email = "[email protected]"),
person(given = "Maxwell",
family = "Kellogg", ,
role = "ctb"),
person(given = "Kuan-Ju",
family = "Tseng", ,
role = "ctb"))
Maintainer: Lin-Tung Tsai <[email protected]>
Description: A fast and flexible implementation of Callaway and Sant'Anna's (2021)<doi:10.1016/j.jeconom.2020.12.001> staggered Difference-in-Differences (DiD) estimators, 'fastdid' reduces the computation time from hours to seconds, and incorporates extensions such as time-varying covariates and multiple events.
License: MIT + file LICENSE
Imports:
data.table (>= 1.15.0),
stringr,
BMisc,
collapse,
dreamerr (>= 1.4.0),
parglm,
ggplot2
Suggests:
did,
knitr,
parallel,
rmarkdown,
tinytest
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://github.com/TsaiLintung/fastdid, https://tsailintung.github.io/fastdid/
BugReports: https://github.com/TsaiLintung/fastdid/issues
VignetteBuilder: knitr