sSelectedSeries | 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 (p,d,q)*(P, D, Q). Default values is (0, 1, 1, 0, 1, 1). |
A list with the series names and count.
data(TaiwanAirBox032017) outputSummaryModel <- sSummaryModel(TaiwanAirBox032017[,1:3]) sSelectedSeries(outputSummaryModel$M1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.