print.RD {rdd}R Documentation

Print the Regression Discontinuity

Description

Print a very basic summary of the regression discontinuity

Usage

## S3 method for class 'RD'
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x

rd object, typically the result of RDestimate

digits

number of digits to print

...

unused

Author(s)

Drew Dimmery <drewd@nyu.edu>


[Package rdd version 0.57 Index]