Learn R Programming

garma (version 0.9.24)

summary.garma_model: summarise a garma_model object.

Description

The summary function provides a summary of a "garma_model" object, printed to the output.

Usage

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

Value

(null)

Arguments

object

(garma_model) The garma_model from which to print the values.

...

Other arguments. Ignored.

Examples

Run this code
data(AirPassengers)
ap <- as.numeric(diff(AirPassengers, 12))
mdl <- garma(ap, order = c(9, 1, 0), k = 0, method = "CSS", include.mean = FALSE)
summary(mdl)

Run the code above in your browser using DataLab