-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.2 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
Package: RDHonest
Title: Honest Inference in Regression Discontinuity Designs
Version: 1.0.1.9000
Authors@R:
c(person(given = "Michal",
family = "Kolesár",
role = c("aut", "cre", "cph"),
email = "kolesarmi@googlemail.com",
comment = c(ORCID = "0000-0002-2482-7796")),
person(given= "Tim",
family = "Armstrong",
role = "ctb",
email = "timothy.armstrong@usc.edu"))
Description: Honest and nearly-optimal confidence intervals in fuzzy and sharp
regression discontinuity designs and for inference at a point based on local
linear regression. The implementation is based on Armstrong and Kolesár (2018)
<doi:10.3982/ECTA14434>, and Kolesár and Rothe (2018)
<doi:10.1257/aer.20160945>. Supports covariates, clustering, and weighting.
Depends: R (>= 4.3.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
stats,
Formula,
withr
Suggests:
spelling,
ggplot2,
testthat,
knitr,
rmarkdown,
formatR
Config/testthat/edition: 3
Language: en-US
URL: https://github.com/kolesarm/RDHonest
BugReports: https://github.com/kolesarm/RDHonest/issues
RoxygenNote: 7.3.2
VignetteBuilder: knitr