print-tsoutliers: Print 'tsoutliers' object

Description Usage Arguments Details Value See Also

Description

This function prints the output from function tso.

Usage

1
2
## S3 method for class 'tsoutliers'
print(x, digits = max(3L, getOption("digits") - 3L), call = FALSE, ...)

Arguments

x

a list of class tsoutliers as returned by tso.

digits

integer, the number of significant digits to be used.

call

logical, if TRUE the call to the fitting method is printed.

...

further arguments, currently ignored.

Details

When arima is run from do.call, the latter generates a large object for the call which includes the entire structure of the data. This often implies a long output which may not be desired. Setting call=FALSE avoids printint the call.

Value

None.

See Also

tso.


ecjbosu/tsoutliers documentation built on May 15, 2019, 7:53 p.m.