Learn R Programming

FitARMA (version 1.6.1)

print.FitARMA: print method for class FitARMA

Description

a brief summary is printed out of the fitted model

Usage

# S3 method for FitARMA
print(x, ...)

Arguments

x

object, class FitARMA

optional arguments

Value

the result is displayed

See Also

FitARMA

Examples

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

Run the code above in your browser using DataLab