print.rd: Print the Regression Discontinuity
Description
print.rd
prints a very basic summary of the regression discontinuity.
It is based on the print.RD
function in the rdd package.
Usage
# S3 method for rd
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
x
An rd
object, typically the result of rd_est
.
digits
The number of digits to print.