arma-methods
From tseries v0.9-19
by Kurt Hornik
Methods for Fitted ARMA Models
Methods for fitted ARMA model objects.
Usage
## S3 method for class 'arma':
coef(object, \dots)
## S3 method for class 'arma':
residuals(object, \dots)
## S3 method for class 'arma':
fitted(object, \dots)
## S3 method for class 'arma':
print(x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'arma':
plot(x, ask = interactive(), ...)
Arguments
- object, x
- an object of class
"arma"
; usually, a result of a call toarma
. - digits
- see
printCoefmat
. - ask
- Should the
plot
method work interactively? Seeinteractive
. - ...
- further arguments passed to or from other methods.
Value
- For
coef
, a numeric vector; forresiduals
andfitted
a univariate time series; forplot
andprint
, the fitted ARMA model object.
See Also
Community examples
Looks like there are no examples yet.