-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
38 lines (38 loc) · 1.34 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
Package: ShiftShareSE
Title: Inference in Regressions with Shift-Share Structure
Version: 1.1.0.9000
Authors@R: c(person(given = "Michal",
family = "Kolesár",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2482-7796")),
person(given = "Eduardo",
family = "Morales",
role = "ctb",
email = "[email protected]"),
person(given = "Rodrigo",
family = "Adão",
role = "ctb",
email = "[email protected]"))
Description: Provides confidence intervals in least-squares regressions when the
variable of interest has a shift-share structure, and in instrumental
variables regressions when the instrument has a shift-share structure. The
confidence intervals implement the AKM and AKM0 methods developed in Adão,
Kolesár, and Morales (2019) <doi:10.1093/qje/qjz025>.
Depends: R (>= 4.1.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
AER,
spelling,
formatR
Imports: Formula
RoxygenNote: 7.3.2
URL: https://github.com/kolesarm/ShiftShareSE
Language: en-US
BugReports: https://github.com/kolesarm/ShiftShareSE/issues
VignetteBuilder: knitr