-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
66 lines (66 loc) · 1.93 KB
/
DESCRIPTION
File metadata and controls
66 lines (66 loc) · 1.93 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Package: eventstudyr
Title: Estimation and Visualization of Linear Panel Event Studies
Version: 1.2.0
Authors@R:
c(person(given = "Simon",
family = "Freyaldenhoven",
role = c("aut")),
person(given = "Christian",
family = "Hansen",
role = c("aut")),
person(given = "Jorge",
family = "Pérez Pérez",
role = c("aut")),
person(given = "Jesse",
family = "Shapiro",
role = c("aut")),
person(given = "Veli",
family = "Andirin",
role = c("aut")),
person(given = "Richard",
family = "Calvo",
role = c("aut")),
person(given = "Santiago",
family = "Hermo",
email = "santiago.hermo@monash.edu",
role = c("aut", "cre")),
person(given = "Nathan",
family = "Schor",
role = c("aut")),
person(given = "Emily",
family = "Wang",
role = c("aut")),
person(given = "JMSLab",
role = c("cph")),
person(given = "Ryan",
family = "Kessler",
role = c("cph")))
Description: Estimates linear panel event study models. Plots coefficients following the recommendations in Freyaldenhoven et al. (2021) <doi:10.3386/w29170>. Includes sup-t bands, testing for key hypotheses, least wiggly path through the Wald region. Allows instrumental variables estimation following Freyaldenhoven et al. (2019) <doi:10.1257/aer.20180609>.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
car,
data.table,
dplyr,
estimatr,
fixest,
ggplot2,
MASS,
rlang,
pracma,
stats,
stringr
VignetteBuilder:
knitr
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 3.5.0)
URL: https://github.com/JMSLab/eventstudyr
BugReports: https://github.com/JMSLab/eventstudyr/issues