print.anova.opsr | R Documentation |
Print Method for ANOVA OPSR Objects
## S3 method for class 'anova.opsr'
print(
x,
digits = max(getOption("digits") - 2L, 3L),
signif.stars = getOption("show.signif.stars"),
...
)
x |
an object of class |
digits |
minimal number of significant digits, see |
signif.stars |
if |
... |
further arguments passed to |
Prints tables in a 'pretty' form and returns x
invisibly.
stats::printCoefmat
, anova.opsr
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.