Summarize the Regression Discontinuity
summary.rd.Rd
summary.rd
is a summary
method for class "rd"
It is based on summary.RD
function in the "rdd" package.
Arguments
- object
An object of class
"rd"
, usually a result of a call tord_est
.- level
A numeric value between 0 and 1 specifying the confidence level for confidence intervals. The default is 0.95.
- digits
A non-negative integer specifying the number of digits to display. The default is
max(3, getOption("digits") - 3)
.- ...
Additional arguments passed to
summary
..