summary.RD {rdd}R Documentation

Summarizing Regression Discontinuity Designs

Description

summary method for class "RD"

Usage

## 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>


[Package rdd version 0.57 Index]