summary.mrdp: Summarize the Power Analysis of Regression Discontinuity

View source: R/summary.mrdp.R

summary.mrdpR Documentation

Summarize the Power Analysis of Regression Discontinuity

Description

summary.mrdp is a summary method for class "mrdp". It is based on summary.RD function in the "rdd" package.

Usage

## S3 method for class 'mrdp'
summary(object, digits = max(3, getOption("digits") - 3), ...)

Arguments

object

An object of class "mrdp", usually a result of a call to mrd_power.

digits

A non-negative integer specifying the number of digits to display. The default is max(3, getOption("digits") - 3).

...

Additional arguments passed to summary.

Value

summary.mrdp returns a list which has the following components:

coefficients

A matrix containing the mean, variance, and empirical alpha of each estimator.

References

Drew Dimmery (2016). rdd: Regression Discontinuity Estimation. R package version 0.57. https://CRAN.R-project.org/package=rdd


rddapp documentation built on April 6, 2023, 1:15 a.m.