Summarizes bandwidth selection results from a 2D local polynomial regression discontinuity (RD) design using distance-based methods, as returned by rdbw2d.dist.
# S3 method for rdbw2d.dist
summary(object, ...)No return value. This function is called for its side effects: it prints a formatted summary of rdbw2d.dist results.
An object of class rdbw2d.dist, returned by rdbw2d.dist.
Optional arguments. Supported options include:
subset: Integer vector of indices of evaluation points to display. Defaults to all evaluation points.
sep: Integer vector of length five controlling the column widths of the output table. Default is c(4, 8, 8, 14, 14).
When b is not provided, output table has three columns, the second and third entry of sep are not used, and can be any place holder.
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.dist for bandwidth selection using 2D local polynomial RD design with distance-based methods.
Supported methods: print.rdbw2d.dist, summary.rdbw2d.dist.