Skip to content

Instantly share code, notes, and snippets.

@christophsax
Last active September 14, 2017 07:40
Show Gist options
  • Select an option

  • Save christophsax/cf2a3e53639e1212fae524891e60accc to your computer and use it in GitHub Desktop.

Select an option

Save christophsax/cf2a3e53639e1212fae524891e60accc to your computer and use it in GitHub Desktop.
10 Year Forecast of AirPassengers seasonality
library(seasonal)

10 Year Forecast of AirPassengers seasonality

m <- seas(AirPassengers,  x11.appendfcst = "yes", forecast.maxlead = 120)
plot(series(m, "x11.adjustfac"))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment