ARIMAvalidate {UComp} | R Documentation |
Shows a table of estimation and diagnostics results for ARIMA models
ARIMAvalidate(m)
m |
an object of type |
The same input object with the appropriate fields filled in, in particular:
table |
Estimation and validation table |
Diego J. Pedregal
ARIMA
, ARIMAmodel
, ARIMAvalidate
,
## Not run:
m1 <- ARIMAmodel(log(gdp))
m1 <- ARIMAvalidate(m1)
## End(Not run)