rddapp (version 1.1.0)

print.mfrd: Print the Multivariate Frontier Regression Discontinuity

Description

print.mfrd prints a very basic summary of the multivariate frontier regression discontinuity. It is based on the print.RD function in the rdd package.

Usage

# S3 method for mfrd
print(x, digits = max(3, getOption("digits") - 3), ...)

Arguments

x

An mfrd object, typically the result of mfrd_est.

digits

The number of digits to print.

...

Additional arguments.