-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.05 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
38
39
40
41
42
Package: etwfe
Type: Package
Title: Extended Two-Way Fixed Effects
Version: 0.5.0
Date: 2024-12-16
Authors@R:
c(
person(given = "Grant",
family = "McDermott",
role = c("aut", "cre"),
email = "gmcd@amazon.com",
comment = c(ORCID = "0000-0001-7883-8573")),
person( given = "Frederic",
family = "Kluser",
role = "ctb",
email = "frederic.kluser@unibe.ch")
)
Description: Convenience functions for implementing extended two-way
fixed effect regressions a la Wooldridge (2021, 2023)
<doi:10.2139/ssrn.3906345>, <doi:10.1093/ectj/utad016>.
License: MIT + file LICENSE
Imports:
fixest (>= 0.11.2),
stats,
data.table,
Formula,
marginaleffects (>= 0.24.0),
tinyplot (>= 0.2.0)
Suggests:
did,
broom,
modelsummary (>= 2.2.0),
ggplot2,
knitr,
rmarkdown,
tinytest
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://grantmcdermott.com/etwfe/
BugReports: https://github.com/grantmcdermott/etwfe/issues
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)