Print Method for TE Objects
# S3 method for te
print(x, digits = max(3L, getOption("digits") - 3L), signif.legend = TRUE, ...)Prints x in 'pretty' form and returns reformatted treatment effects
invisibly.
an object of class "te".
minimum number of significant digits to be used for most numbers
(passed to stats::printCoefmat).
if TRUE, a legend for the 'significance stars' is printed.
further arguments passed to or from other methods.