print.te {OPSR}R Documentation

Print Method for TE Objects

Description

Print Method for TE Objects

Usage

## S3 method for class 'te'
print(x, digits = max(3L, getOption("digits") - 3L), signif.legend = TRUE, ...)

Arguments

x

an object of class "te".

digits

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

signif.legend

if TRUE, a legend for the 'significance stars' is printed.

...

further arguments passed to or from other methods.

Value

Prints x in 'pretty' form and returns reformatted treatment effects invisibly.


[Package OPSR version 1.0.0 Index]