summary.rd2d.dist {rd2d}R Documentation

Summary Method for 2D Local Polynomial RD Estimation (Distance-Based)

Description

Summarizes estimation and bandwidth results from a 2D local polynomial regression discontinuity (RD) design using distance-based methods, as returned by rd2d.dist.

Usage

## S3 method for class 'rd2d.dist'
summary(object, ...)

Arguments

object

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.

Value

No return value. This function is called for its side effects: it prints a formatted summary of rd2d.dist results.

Author(s)

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

See Also

rd2d.dist for estimation using distance-based 2D local polynomial RD design.

Supported methods: print.rd2d.dist, summary.rd2d.dist.


[Package rd2d version 0.0.2 Index]