-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
27 lines (27 loc) · 902 Bytes
/
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
Package: lpdid
Type: Package
Title: Local Projections Difference-in-Differences
Version: 0.6.1
Authors@R:
c(person(given = "Alexander",
family = "Cardazzi",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7990-7171")),
person(given = "Zachary",
family = "Porreca",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-2213-1437")))
Description: Estimates local projections difference-in-differences / event-study models described in Dube et al. (2023) <doi:10.3386/w31184>
Use four spaces when indenting paragraphs within the Description.
License: What license is it under?
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Imports:
plm,
fixest,
scales
VignetteBuilder: knitr
Suggests: knitr, rmarkdown