View source: R/class_methods.R
print.summary.gnr | R Documentation |
Print a summary of the gross output function estimation routine from gnrprod
: names of output and inputs, summary statistics of the estimated productivity, the function estimates and standard errors if applicable, and convergence information.
## S3 method for class 'summary.gnr'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
x |
an object of class 'summary.gnr'. |
digits |
the number of significant figures to use for printing. |
... |
currently not used. |
print.gnr
has no return value and only prints the elements contained in an object of class 'summary.gnr' as described in the description.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.