Learn R Programming

UComp (version 5.0.4)

ARIMAvalidate: ARIMAvalidate

Description

Shows a table of estimation and diagnostics results for ARIMA models

Usage

ARIMAvalidate(m)

Value

The same input object with the appropriate fields filled in, in particular:

table

Estimation and validation table

Arguments

m

an object of type ARIMA created with ARIMAmodel

Author

Diego J. Pedregal

See Also

ARIMA, ARIMAmodel, ARIMAvalidate,

Examples

Run this code
if (FALSE) {
m1 <- ARIMAmodel(log(gdp))
m1 <- ARIMAvalidate(m1)
}

Run the code above in your browser using DataLab