View source: R/ARIMAvalidate.R
ARIMAvalidate | 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
, ARIMAforecast
, ARIMAvalidate
,
## Not run:
m1 <- ARIMAforecast(log(gdp))
m1 <- ARIMAvalidate(m1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.