print.mfrd | R Documentation |
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.
## S3 method for class 'mfrd'
print(x, digits = max(3, getOption("digits") - 3), ...)
x |
An |
digits |
A non-negative integer specifying the number of digits to print.
The default is |
... |
Additional arguments passed to |
Drew Dimmery (2016). rdd: Regression Discontinuity Estimation. R package version 0.57. https://CRAN.R-project.org/package=rdd
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.