View source: R/ARIMAS3functions.R
summary.ARIMA | R Documentation |
Prints an ARIMA object on screen
## S3 method for class 'ARIMA'
summary(object, ...)
object |
Object of class “ARIMA”. |
... |
Additional inputs to function. |
See help of ARIMA
.
Diego J. Pedregal
ARIMA
, ARIMAforecast
, ARIMAvalidate
,
## Not run:
m1 <- ARIMAforecast(log(gdp))
summary(m1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.