Print Method for Summary OPSR TE Objects
# S3 method for summary.opsr.te
print(x, digits = max(3L, getOption("digits") - 3L), print.call = FALSE, ...)Prints x in 'pretty' form and returns it invisibly.
an object of class "summary.opsr.te".
minimum number of significant digits to be used for most numbers (passed to stats::printCoefmat).
if TRUE, prints the underlying call.
further arguments passed to or from other methods.