Learn R Programming

faraway (version 1.0.8)

airpass: Airline passengers

Description

Monthly totals of airline passengers from 1949 to 1951

Arguments

Format

A data frame with 144 observations on the following 2 variables.

pass

number of passengers in thousands

year

the date as a decimal

Details

Well known time series example dataset

References

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.

Examples

Run this code

data(airpass)
## maybe str(airpass) ; plot(airpass) ...

Run the code above in your browser using DataLab