Learn R Programming

gnrprod (version 1.1.2)

print.summary.gnr: 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 summary.gnr
print(x, digits = max(3L, getOption("digits") - 3L), ...)

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.

Arguments

x

an object of class 'summary.gnr'.

digits

the number of significant figures to use for printing.

...

currently not used.