-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.38 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
Package: SpatialRDD
Type: Package
Title: Conduct Multiple Types of Geographic Regression Discontinuity Designs
Version: 0.1.0.9000
Authors@R: person("Alexander", "Lehner", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5885-5966"))
Description: Spatial versions of Regression Discontinuity Designs (RDDs) are becoming increasingly popular as tools for causal inference. However, conducting state-of-the-art analyses often involves tedious and time-consuming steps. This package offers comprehensive functionalities for executing all required spatial and econometric tasks in a streamlined manner. Moreover, it equips researchers with tools for performing essential placebo and balancing checks comprehensively. The fact that researchers do not have to rely on 'APIs' of external 'GIS' software ensures replicability and raises the standard for spatial RDDs.
Depends: R (>= 2.10)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
dplyr,
sf,
ggplot2,
rdrobust,
lmtest,
sandwich,
cowplot,
magrittr,
rlang,
broom,
spatstat.geom,
spatstat.random,
lwgeom
RoxygenNote: 7.2.3
Suggests:
knitr,
tmap,
rmarkdown, markdown,
testthat,
utils,
kableExtra,
lfe,
stargazer
VignetteBuilder: knitr
URL: https://axlehner.github.io/SpatialRDD/
BugReports: https://github.com/axlehner/SpatialRDD/issues