static(x, coef = FALSE, test = TRUE, verbose = 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."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.
Wiki page with a comprehensive list of R examples from the
X-13ARIMA-SEATS manual:
Official X-13ARIMA-SEATS manual:
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