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 |
digits |
minimum number of significant digits to be used for most numbers
(passed to |
signif.legend |
if |
... |
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]