print.summary.outliers {robustarima} | R Documentation |
Use print on a summary.outliers Object
Description
This is a method for the function print()
for objects inheriting from
class "summary.outliers"
.
See print
or
print.default
for the general
behavior of this function and for the interpretation of
x
.
Usage
## S3 method for class 'summary.outliers'
print(x, digits = 4, ...)
Arguments
x |
an object of class |
digits |
the number of digits to display. |
... |
extra arguments passed to or from other methods. |
Value
invisibly returns x
.
Typically called for the printing side effect.
See Also
[Package robustarima version 0.2.7 Index]