rddapp (version 1.3.2)

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), ...)

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.

Arguments

object

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

level

A numeric value between 0 and 1 specifying the confidence level for confidence intervals. The default is 0.95.

digits

A non-negative integer specifying the number of digits to display. The default is max(3, getOption("digits") - 3).

...

Additional arguments passed to summary..

References

Drew Dimmery (2016). rdd: Regression Discontinuity Estimation. R package version 0.57. https://CRAN.R-project.org/package=rdd