print.arima.rob {robustarima}R Documentation

Use print on an arima.rob Object

Description

This is a method for the function print() for objects inheriting from class "arima.rob". See print or print.default for the general behavior of this function and for the interpretation of x.

Usage

## S3 method for class 'arima.rob'
print(x, digits = 4, ...)

Arguments

x

an object of class "arima.rob".

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

print.


[Package robustarima version 0.2.7 Index]