rdbwselect_2014
is a deprecated command implementing three bandwidth selectors for local polynomial Regression Discontinuity (RD) point estimators and inference procedures, as described in Calonico, Cattaneo and Titiunik (2014).
This command is no longer supported or updated, and it is made available only for backward compatibility purposes. Please use rdbwselect
instead.
The latest version of the rdrobust package includes the following commands:
rdrobust
for point estimation and inference procedures.
rdbwselect
for data-driven bandwidth selection.
rdplot
for data-driven RD plots.
For more details, and related Stata and R packages useful for analysis of RD designs, visit rdbwselect_2014(y, x, subset = NULL, c = 0, p = 1, q = 2, deriv = 0,
rho = NULL, kernel = "tri", bwselect = "CCT", scaleregul = 1,
delta = 0.5, cvgrid_min = NULL, cvgrid_max = NULL,
cvgrid_length = NULL, cvplot = FALSE, vce = "nn", matches = 3,
all = FALSE, precalc = TRUE )
rdrobust
, rdplot
x<-runif(1000,-1,1)
y<-5+3*x+2*(x>=0)+rnorm(1000)
rdbwselect_2014(y,x)
Run the code above in your browser using DataLab