print.rd {rddapp} | R Documentation |
Print the Regression Discontinuity
Description
print.rd
prints a basic summary of the regression discontinuity.
print.rd
is based on the print.RD
function in the "rdd" package.
Usage
## S3 method for class 'rd'
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
x |
An |
digits |
A non-negative integer specifying the number of digits to print.
The default is |
... |
Additional arguments passed to |
References
Drew Dimmery (2016). rdd: Regression Discontinuity Estimation. R package version 0.57. https://CRAN.R-project.org/package=rdd
[Package rddapp version 1.3.2 Index]