Learn R Programming

snreg (version 1.2.0)

print.summary.snreg: Print Summary of snreg Results

Description

Prints the contents of a "summary.snreg" object in a structured format. The method reports convergence status (based on gradient-Hessian scaling), log-likelihood, estimation results, and—when present—summaries for technical/cost efficiencies and marginal effects.

Usage

# S3 method for summary.snreg
print(x, digits = NULL, ...)

Value

The input obj is returned (invisibly) after printing.

Arguments

x

an object of class "summary.snreg" (produced by summary.snreg).

digits

integer indicating the number of digits to print; default NULL (internally set to 4).

...

additional arguments (currently unused).

Details

Print Method for Summary of snreg Objects

This method expects a fitted "snreg" object.

See Also

summary.snreg