print.summary.gnr {gnrprod}R Documentation

Printing a summary of gross output function estimation

Description

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.

Usage

## S3 method for class 'summary.gnr'
print(x, digits = max(3L, getOption("digits") - 3L), ...)

Arguments

x

an object of class 'summary.gnr'.

digits

the number of significant figures to use for printing.

...

currently not used.

Value

print.gnr has no return value and only prints the elements contained in an object of class 'summary.gnr' as described in the description.


[Package gnrprod version 1.1.2 Index]