forked from MatthieuStigler/RDDtools
-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
36 lines (36 loc) · 936 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
28
29
30
31
32
33
34
35
36
Package: rddtools
Version: 2.0.0
Title: Toolbox for Regression Discontinuity Design ('RDD')
Description: Set of functions for Regression Discontinuity Design ('RDD'), for
data visualisation, estimation and testing.
Authors@R: c(
person("Matthieu", "Stigler", role = "aut", comment=c(ORCID="0000-0002-6802-4290"),
email="[email protected]"),
person("Bastiaan", "Quast", email = "[email protected]", role=c("aut", "cre"), comment=c(ORCID="0000-0002-2951-3577") )
)
Maintainer: Bastiaan Quast <[email protected]>
Imports:
KernSmooth,
ggplot2,
rdd,
sandwich,
lmtest,
Formula,
locpol,
methods,
rdrobust,
rmarkdown
Depends:
AER,
np
Suggests:
stats4,
car,
knitr,
testthat
License: GPL (>= 2)
URL: https://github.com/bquast/rddtools
BugReports: https://github.com/bquast/rddtools/issues
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Encoding: UTF-8