print a garma_model object.
The print function prints a summary of a "garma_model" object, printed to the output.
## S3 method for class 'garma_model' print(x, ...)
x
: (garma_model) The garma_model from which to print the values....
: Other arguments. Ignored.(null)
data(AirPassengers) ap <- as.numeric(diff(AirPassengers, 12)) mdl <- garma(ap, order = c(9, 1, 0), k = 0, method = "CSS", include.mean = FALSE) print(mdl)