Summarize the Power Analysis of Regression Discontinuity
summary.mrdp.Rd
summary.mrdp
is a summary
method for class "mrdp"
.
It is based on summary.RD
function in the "rdd" package.
Arguments
- object
An object of class
"mrdp"
, usually a result of a call tomrd_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
.