static(x, coef = FALSE, test = TRUE, verbose = FALSE, fail = FALSE)seas.TRUE, the coefficients are treated as fixed,
instead of beeing estimated.FALSE, the option is disabled.TRUE, droped and kept series are listed.TRUE, differences will cause an error. Ignored
if test = FALSE."call". Static call of an object of class
seas. Can be copy/pasted into an R script.If coef = TRUE, the coefficients are fixed as well.
seas for the main function of seasonal.m <- seas(AirPassengers)
static(m)
static(m, test = FALSE)Run the code above in your browser using DataLab