Summary method for objects of class rdbw2d, displaying bandwidth selection results for 2D local polynomial regression discontinuity designs.
# S3 method for rdbw2d
summary(object, ...)No return value. Called for its side effects of printing a formatted summary of rdbw2d results.
An object of class rdbw2d, typically returned by rdbw2d.
Optional arguments. Supported options include:
subset: Integer vector of indices of evaluation points to display. Defaults to all evaluation points.
sep: Integer vector of controlling the column widths of the output table. Default is c(4, rep(8, 6)).
Matias D. Cattaneo, Princeton University. cattaneo@princeton.edu
Rocío Titiunik, Princeton University. titiunik@princeton.edu
Ruiqi Rae Yu, Princeton University. rae.yu@princeton.edu
rdbw2d for bandwidth selection in 2D local polynomial RD design.
Supported methods: print.rdbw2d, summary.rdbw2d.