Description Usage Arguments Value Author(s) See Also Examples
Forecast from models fitted by Greg.ts
.
1 | forecast.Greg.ts(object, model = "ALL", n.ahead = 5, plot = FALSE)
|
object |
Resul returned from |
model |
Names of models want to forecast. |
n.ahead |
The number of steps ahead for which prediction is required. |
plot |
Let plot=TRUE to paint graph of obsevation series and forecast series in future. Let plot=FLASE (default) to do not paint graph. |
A data frame where each column is a time series forecast in future from regression model corresponding.
Hong Viet Minh <hongvietminh@gmail.com>
Pham Minh Truc <trucm1813014@gstudent.ctu.edu.vn>
1 2 3 | data(enrollment)
mod<-Greg.ts(enrollment)
forecast.Greg.ts(mod)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.