-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
90 lines (90 loc) · 2.42 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Package: rddapp
Title: Regression Discontinuity Design Application
Version: 1.3.2
Authors@R: c(
person("Ze", "Jin", role = c("aut"),
email = "[email protected]"),
person("Wang", "Liao", role = c("aut"),
email = "[email protected]"),
person("Irena", "Papst", role = c("aut"),
email = "[email protected]"),
person("Wenyu", "Zhang", role = c("aut"),
email = "[email protected]"),
person("Kimberly", "Hochstedler", role = c("aut"),
email = "[email protected]"),
person("Felix", "Thoemmes", role = c("aut", "cre"),
email = "[email protected]")
)
Author: Ze Jin [aut],
Wang Liao [aut],
Irena Papst [aut],
Wenyu Zhang [aut],
Kimberly Hochstedler [aut],
Felix Thoemmes [aut, cre]
Maintainer: Felix Thoemmes <[email protected]>
Description: Estimation of both single- and multiple-assignment Regression Discontinuity Designs
(RDDs). Provides both parametric (global) and non-parametric (local) estimation choices for
both sharp and fuzzy designs, along with power analysis and assumption checks.
Introductions to the underlying logic and analysis of RDDs are in
Thistlethwaite, D. L., Campbell, D. T. (1960) <doi:10.1037/h0044319> and
Lee, D. S., Lemieux, T. (2010) <doi:10.1257/jel.48.2.281>.
Depends:
R (>= 3.2.3)
Imports:
AER (>= 1.2-5),
sandwich (>= 2.3-4),
lmtest (>= 0.9-35),
Formula (>= 1.2-1),
shiny (>= 0.14),
R.utils (>= 2.6.0),
plot3D (>= 1.1.1),
sp (>= 1.3.1),
DT (>= 0.2)
Suggests:
foreign (>= 0.8-67),
devtools (>= 1.12.0),
testthat (>= 1.0.2),
roxygen2 (>= 5.0.1),
knitr (>= 1.14),
rmarkdown (>= 1.1.9012)
VignetteBuilder: knitr
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Collate:
'attr_check.R'
'bw_ik09.R'
'bw_ik12.R'
'data.R'
'wt_kern.R'
'dc_test.R'
'treat_assign.R'
'wt_kern_bivariate.R'
'mfrd_est.R'
'var_center.R'
'rd_est.R'
'mrd_est.R'
'mrd_impute.R'
'mrd_power.R'
'mrd_sens_bw.R'
'mrd_sens_cutoff.R'
'plot.mfrd.R'
'predict.rd.R'
'plot.rd.R'
'print.mfrd.R'
'print.rd.R'
'rd_impute.R'
'rd_power.R'
'rd_sens_bw.R'
'rd_sens_cutoff.R'
'rd_type.R'
'rddapp-package.R'
'sens_plot.R'
'shiny_run.R'
'summary.mfrd.R'
'summary.mrd.R'
'summary.mrdi.R'
'summary.mrdp.R'
'summary.rd.R'
'summary.rdp.R'