Summarizes estimation and bandwidth results from a 2D local polynomial regression discontinuity (RD) design using distance-based methods, as returned by rd2d.dist.
# S3 method for rd2d.dist
summary(object, ...)No return value. This function is called for its side effects: it prints a formatted summary of rd2d.dist results.
An object of class rd2d.dist, returned by rd2d.dist.
Optional arguments. Supported options include:
CBuniform: Logical. If TRUE, displays uniform confidence bands;
if FALSE (default), displays pointwise confidence intervals.
subset: Integer vector of indices of evaluation points to display.
Defaults to all evaluation points.
output: Character. Use "main" to display estimation results,
or "bw" to display bandwidth information. Default is "main".
sep_main: Integer vector of length seven controlling the column widths of the output table when output = "main".
Default is c(4, 7, 7, 7, 7, 7, 17). When b is not provided, output table has five columns, the second and third entry
of sep_main are not used, and can be any place holder.
sep_bw: Integer vector of length seven controlling the column widths of the output table when output = "bw".
Default is c(4, rep(8,6)). When b is not provided, output table has five columns, the second and third entry
of sep_bw are not used, and can be any place holder.
WBATE: Integer vector of weights for aggregated average treatment effect (WBATE). Should have non-negative entries
summing up to one. If provided, an extra row for WBATE is added to the output table.
LTE: Logical. If TRUE, an extra row for largest treatment effect (LTE) is added to the output table.
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
rd2d.dist for estimation using distance-based 2D local polynomial RD design.
Supported methods: print.rd2d.dist, summary.rd2d.dist.