Learn R Programming

seasonal (version 0.20.2)

static: Static Call of a seas Object

Description

A static call is a static replication of a call. Automatic procedures are subistuted by the automatically selected spec/argument options.

Usage

static(x, coef = FALSE, name = NULL, test = TRUE)

Arguments

x
an object of class seas
coef
logical, if TRUE, the coefficients are treated as fixed, instead of beeing estimated.
name
character string, optionally specify the name of the input time series
test
logical. By default the static call is executed and compared to the input call. If the final series is not identical, an error is returned. If FALSE, the option is disabled (useful for debugging)

Value

  • Static call of an object of class seas. Can be copy/pasted into an R script.

Examples

Run this code
x <- seas(AirPassengers)
static(x)
static(x, name = "ArbitrayName", test = FALSE)

Run the code above in your browser using DataLab