print.TARMA {tseriesTARMA} | R Documentation |
Methods for TARMA fits
Description
Methods for TARMA fits
Usage
## S3 method for class 'TARMA'
print(x, digits = max(3L, getOption("digits") - 3L), se = TRUE, ...)
## S3 method for class 'TARMA'
coef(object, ...)
## S3 method for class 'TARMA'
vcov(object, ...)
## S3 method for class 'TARMA'
residuals(object, ...)
Arguments
x |
A |
digits |
Number of decimal digits for the output. |
se |
Logical. if |
... |
Further parameters. |
object |
A |
Value
No return value, called for side effects
See Also
TARMA.fit
and TARMA.fit2
for TARMA modelling, plot.tsfit
for plotting TARMA fits and forecasts.
[Package tseriesTARMA version 0.3-4 Index]