View source: R/summary.mpitb.R
print.summary.cotframe | R Documentation |
Print Summary function of summary.cotframe object
## S3 method for class 'summary.cotframe'
print(
x,
digits = max(4, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"),
...
)
x |
the "summary.cotframe"-class object |
digits |
controls number of digits printed in output. |
signif.stars |
should significance stars be printed alongside output. |
... |
optional arguments |
summarized object with nice format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.