Print the Multivariate Frontier Regression Discontinuity
print.mfrd.Rd
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.
Arguments
- x
An
mfrd
object, typically the result ofmfrd_est
.- digits
A non-negative integer specifying the number of digits to print. The default is
max(3, getOption("digits") - 3)
.- ...
Additional arguments passed to
print
.