summary.mrdi {rddapp} | R Documentation |
Summarize the Multiple Imputation of Multivariate Regression Discontinuity
Description
summary.mrdi
is a summary
method for class "mrdi"
.
It is based on summary.RD
function in the "rdd" package.
Usage
## S3 method for class 'mrdi'
summary(object, level = 0.95, digits = max(3, getOption("digits") - 3), ...)
Arguments
object |
An object of class |
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 |
... |
Additional arguments passed to |
Value
summary.mrdi
returns a list which has the following components:
coefficients |
A matrix containing estimates and confidence intervals (if applicable) for the complete model. |
ht_coefficients |
A matrix containing estimates and confidence intervals (if applicable) for the heterogeneous treatment model. |
t_coefficients |
A matrix containing estimates and confidence intervals (if applicable) for the treatment only model. |
References
Drew Dimmery (2016). rdd: Regression Discontinuity Estimation. R package version 0.57. https://CRAN.R-project.org/package=rdd