powered by
Monthly totals of airline passengers from 1949 to 1951
data(airpass)
A data frame with 144 observations on the following 2 variables.
pass
number of passengers in thousands
year
the date as a decimal
Well known time series example dataset
Box, G.E.P., Jenkins, G.M. and Reinsel, G.C. (1994) Time Series Analysis, Forecasting and Control, 3rd edn. Englewood Cliffs, N.J.: Prentice-Hall.
data(airpass) ## maybe str(airpass) ; plot(airpass) ...
Run the code above in your browser using DataLab