print.summary.lframe {mpitbR} | R Documentation |
Print Summary function of summary.lframe object
Description
Print Summary function of summary.lframe object
Usage
## S3 method for class 'summary.lframe'
print(
x,
digits = max(4, getOption("digits") - 3),
signif.stars = getOption("show.signif.stars"),
...
)
Arguments
x |
the "summary.lframe"-class object |
digits |
controls number of digits printed in output. |
signif.stars |
should significance stars be printed alongside output. |
... |
optional arguments |
Value
summarized object with nice format
[Package mpitbR version 1.0.0 Index]