sSelectedSeries {SLBDD} | R Documentation |
To be used after the command "sSummaryModel". The input "M" must be output from "sSummaryModel".
Selected seasonal time series of a given order (p,d,q)*(P, D, Q)
.
sSelectedSeries(M, order = c(0, 1, 1, 0, 1, 1))
M |
Matrix that is an output from "sSummaryModel" command, that is, M1, M2, M3, M4, M5, or M6. |
order |
order of ARIMA model |
A list with the series names and count.
data(TaiwanAirBox032017)
outputSummaryModel <- sSummaryModel(TaiwanAirBox032017[,1:3])
sSelectedSeries(outputSummaryModel$M1)