powered by
Shows a table of estimation and diagnostics results for ARIMA models
ARIMAvalidate(m)
The same input object with the appropriate fields filled in, in particular:
Estimation and validation table
an object of type ARIMA created with ARIMAmodel
ARIMA
ARIMAmodel
Diego J. Pedregal
ARIMA, ARIMAmodel, ARIMAvalidate,
ARIMAvalidate
if (FALSE) { m1 <- ARIMAmodel(log(gdp)) m1 <- ARIMAvalidate(m1) }
Run the code above in your browser using DataLab