summary.rd is a summary method for class "rd"
It is based on summary.RD function in the rdd package.
# S3 method for rd
summary(object, level = 0.95, digits = max(3, getOption("digits") - 3), ...)An object of class "rd", usually a result of a call to rd_est.
Numerical value between 0 and 1. Confidence level for confidence intervals.
Number of digits to display.
Additional arguments.
summary.rd returns a list which has the following components:
A matrix containing bandwidths, number of observations, estimates, SEs, confidence intervals, z-values and p-values for each estimated bandwidth.