Print the Regression Discontinuity
print.rd.Rd
print.rd
prints a basic summary of the regression discontinuity.
print.rd
is based on the print.RD
function in the "rdd" package.
Arguments
- x
An
rd
object, typically the result ofrd_est
.- digits
A non-negative integer specifying the number of digits to print. The default is
max(3, getOption("digits") - 3)
.- ...
Additional arguments passed to
print
.