| summary.ARIMA {UComp} | R Documentation |
summary.ARIMA
Description
Prints an ARIMA object on screen
Usage
## S3 method for class 'ARIMA'
summary(object, ...)
Arguments
object |
Object of class “ARIMA”. |
... |
Additional inputs to function. |
Details
See help of ARIMA.
Author(s)
Diego J. Pedregal
See Also
ARIMA, ARIMAmodel, ARIMAvalidate,
Examples
## Not run:
m1 <- ARIMAmodel(log(gdp))
summary(m1)
## End(Not run)
[Package UComp version 5.0.4 Index]