summary.RD: Summarizing Regression Discontinuity Designs

Description Usage Arguments Value Author(s)

View source: R/summary.RD.R

Description

summary method for class "RD"

Usage

1
2
## S3 method for class 'RD'
summary(object, digits = max(3, getOption("digits") - 3), ...)

Arguments

object

an object of class "RD", usually a result of a call to RDestimate

digits

number of digits to display

...

unused

Value

summary.RD returns an object of class "summary.RD" which has the following components:

coefficients

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

fstat

A global F-test of the corresponding model

Author(s)

Drew Dimmery <drewd@nyu.edu>


rdd documentation built on May 2, 2019, 10:22 a.m.