| arma-methods {tseries} | R Documentation |
Methods for fitted ARMA model objects, typically the result of a call
to arma.
coef(object, ...)
residuals(object, ...)
fitted(object, ...)
print(x, digits = max(3, getOption("digits") - 3), ...)
plot(x, ask = interactive(), ...)
object, x |
an object of class "arma"; usually, a result
of a call to arma. |
digits, signif.stars |
see print.coefmat. |
ask |
Should the plot method work interactively? See
interactive. |
... |
further arguments passed to or from other methods. |
For coef, a numeric vector;
for residuals and fitted a univariate time series;
for plot and print, the fitted ARMA model object.