print.gnrflex {gnrprod} | R Documentation |
Printing first stage estimate
Description
Print estimate of the flexible input elasticity, the sum of squared residuals, and convergence status from gnrflex
.
Usage
## S3 method for class 'gnrflex'
print(x, digits = max(3L, getOption("digits") - 3L), ...)
Arguments
x |
an object of class 'gnrflex'. |
digits |
the number of significant figures to use for printing. |
... |
currently not used. |
Value
print.gnrflex
has no return value and only prints a brief overview of elements contained in an object of class 'gnrflex' as described in the description.
[Package gnrprod version 1.1.2 Index]