Learn R Programming

gnrprod (version 1.1.2)

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

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.

Arguments

x

an object of class 'gnrflex'.

digits

the number of significant figures to use for printing.

...

currently not used.