Learn R Programming

FitARMA (version 1.6.1)

summary.FitARMA: print method for class FitARMA

Description

a summary is printed out of the fitted model

Usage

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

Arguments

object

object, class FitARMA

optional arguments

Value

the result is displayed

See Also

FitARMA

Examples

Run this code
# NOT RUN {
data(SeriesA)
out<-FitARMA(SeriesA, c(1,0,1))
summary(out)
# }

Run the code above in your browser using DataLab