print.TARMA | R Documentation |
Methods for TARMA fits
## 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, ...)
x |
A |
digits |
Number of decimal digits for the output. |
se |
Logical. if |
... |
Further parameters. |
object |
A |
No return value, called for side effects
TARMA.fit
and TARMA.fit2
for TARMA modelling, plot.tsfit
for plotting TARMA fits and forecasts.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.