-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
59 lines (59 loc) · 1.21 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
Package: RDDtools
Version: 0.3.0.9900
Date: 2015-4-3
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("Bastiaan", "Quast", email = "[email protected]", role = c("aut", "cre") ),
person("Matthieu", "Stigler", role = "aut")
)
Maintainer: Bastiaan Quast <[email protected]>
Imports:
KernSmooth,
ggplot2,
rdd,
sandwich,
lmtest,
Formula,
locpol,
methods
Depends:
AER,
np
Suggests:
stats4,
car,
knitr,
testthat
License: GPL (>= 2)
Collate:
'Lee2008-data.R'
'RDDcoef.R'
'RDDdata.R'
'RDDdata_methods.R'
'RDDpred.R'
'RDDtools.R'
'STAR_MHE-data.R'
'Waldci.R'
'as.npreg.R'
'bw_IK.R'
'plotBin.R'
'bw_ROT.R'
'clusterInf.R'
'covarTests.R'
'dens_test.R'
'gen_MC_IK.R'
'get_methods.R'
'model.matrix.RDD.R'
'placebo.R'
'plotSensi.R'
'qplot_experim.R'
'reg_gen.R'
'reg_lm.R'
'reg_np.R'
'var_estim.R'
'various_code.R'
URL: https://github.com/bquast/RDDtools
BugReports: https://github.com/bquast/RDDtools/issues
VignetteBuilder: knitr