Description Usage Arguments Value Examples
View source: R/littleforecast.R
This fits an Arima model to data with forecast's auto.arima() function and plots a forecast with the forecast() function.
1 | littleforecast(data, nyears = 10)
|
data |
A vector (time series) of data |
nyears |
Number of time steps to forecast forward |
A plot of a forecast.
1 2 | dat <- WWWusage
littleforecast(dat, nyears=100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.