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