summary.mfrd: Summarize the Multivariate Frontier Regression Discontinuity

View source: R/summary.mfrd.R

summary.mfrdR Documentation

Summarize the Multivariate Frontier Regression Discontinuity

Description

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

Usage

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

Arguments

object

An object of class "mfrd", usually a result of a call to mfrd_est.

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 max(3, getOption("digits") - 3).

...

Additional arguments passed to summary.

Value

summary.mfrd returns a list containing 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


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