Learn R Programming

rddtools (version 1.6.0)

rdd_bw_cct_plot: Bandwidth selection for Regression Discontinuity visualisation, CTT 2015

Description

Simple wrapper of the Calonico-Cattaneo-Titiunik (2015) bandwidth selection procedures for RDD visualisation rdplot.

Usage

rdd_bw_cct_plot(
  rdd_object,
  method = c("esmv", "es", "espr", "esmvpr", "qs", "qspr", "qsmv", "qsmvpr"),
  ...
)

Arguments

rdd_object

of class rdd_data created by rdd_data

method

The type of method used. See rdplot. Default is esmv, the variance mimicking evenly-spaced method.

further arguments passed to rdplot.

Value

See documentation of rdplot

References

Calonico, S., M. D. Cattaneo, and R. Titiunik. 2015a. Optimal Data-Driven Regression Discontinuity Plots. Journal of the American Statistical Association 110(512): 1753-1769. https://www.tandfonline.com/doi/abs/10.1080/01621459.2015.1017578.

See Also

rdd_bw_ik Local RDD bandwidth selector using the plug-in method of Imbens and Kalyanaraman (2012)

Examples

Run this code
# NOT RUN {
data(house)
rd<- rdd_data(x=house$x, y=house$y, cutpoint=0)
rdd_bw_cct_plot(rd)

# }

Run the code above in your browser using DataLab