rddapp (version 1.1.0)

summary.mfrd: Summarize the Multivariate Frontier Regression Discontinuity

Description

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

Usage

# S3 method for 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

Numerical value between 0 and 1. Confidence level for confidence intervals.

digits

Number of digits to display.

...

Additional arguments.

Value

summary.mfrd 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.