Estimates a simple linear time series model with trend, seasonal and regressors.
tslinear(y, trend = FALSE, seasonal = FALSE, xreg = NULL, frequency = 1, ...)An object of class “tslinear” which also inherits “lm”.
a vector.
whether to include a linear trend.
whether to include seasonal dummies.
an optional matrix of regressors.
the frequency of the series (required if seasonal is TRUE).
not currently used.
Alexios Galanos