
Summarize the Multivariate Frontier Regression Discontinuity
summary.mfrd.Rdsummary.mfrd is a summary method for class "mfrd".
It is based on the summary.RD function in the "rdd" package.
Arguments
- object
An object of class
"mfrd", usually a result of a call tomfrd_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.