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