Learn R Programming

UComp (version 5.0.4)

summary.ARIMA: summary.ARIMA

Description

Prints an ARIMA object on screen

Usage

# S3 method for ARIMA
summary(object, ...)

Arguments

object

Object of class “ARIMA”.

...

Additional inputs to function.

Author

Diego J. Pedregal

Details

See help of ARIMA.

See Also

ARIMA, ARIMAmodel, ARIMAvalidate,

Examples

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

Run the code above in your browser using DataLab