print.summary.opsr.te {OPSR}R Documentation

Print Method for Summary OPSR TE Objects

Description

Print Method for Summary OPSR TE Objects

Usage

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

Arguments

x

an object of class "summary.opsr.te".

digits

minimum number of significant digits to be used for most numbers (passed to stats::printCoefmat).

print.call

if TRUE, prints the underlying call.

...

further arguments passed to or from other methods.

Value

Prints x in 'pretty' form and returns it invisibly.


[Package OPSR version 1.0.0 Index]