summary.rdp | R Documentation |
summary.rdp
is a summary
method for class "rdp"
.
It is based on summary.RD
function in the "rdd" package.
## S3 method for class 'rdp'
summary(object, digits = max(3, getOption("digits") - 3), ...)
object |
An object of class |
digits |
A non-negative integer specifying the number of digits to display.
The default is |
... |
Additional arguments passed to |
summary.rdp
returns a list which has the following components:
coefficients |
A matrix containing the mean, variance, and empirical alpha of each estimator. |
Drew Dimmery (2016). rdd: Regression Discontinuity Estimation. R package version 0.57. https://CRAN.R-project.org/package=rdd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.