rddapp (version 1.1.0)

summary.rd: Summarize the Regression Discontinuity

Description

summary.rd is a summary method for class "rd" It is based on summary.RD function in the rdd package.

Usage

# S3 method for rd
summary(object, level = 0.95, digits = max(3,
  getOption("digits") - 3), ...)

Arguments

object

An object of class "rd", usually a result of a call to rd_est.

level

Numerical value between 0 and 1. Confidence level for confidence intervals.

digits

Number of digits to display.

...

Additional arguments.

Value

summary.rd returns a list which has the following components:

coefficients

A matrix containing bandwidths, number of observations, estimates, SEs, confidence intervals, z-values and p-values for each estimated bandwidth.