summary.rdp
is a summary
method for class "rdp"
.
It is based on summary.RD
function in the "rdd" package.
# S3 method for rdp
summary(object, digits = max(3, getOption("digits") - 3), ...)
summary.rdp
returns a list which has the following components:
A matrix containing the mean, variance, and empirical alpha of each estimator.
An object of class "rdp"
, usually a result of a call to rd_power
.
A non-negative integer specifying the number of digits to display.
The default is max(3, getOption("digits") - 3)
.
Additional arguments passed to summary
.
Drew Dimmery (2016). rdd: Regression Discontinuity Estimation. R package version 0.57. https://CRAN.R-project.org/package=rdd