airmiles
Passenger Miles on Commercial US Airlines, 1937--1960
The revenue passenger miles flown by commercial airlines in the United States for each year from 1937 to 1960.
- Keywords
- datasets
Usage
airmiles
Format
A time series of 24 observations; yearly, 1937--1960.
Source
F.A.A. Statistical Handbook of Aviation.
References
Brown, R. G. (1963) Smoothing, Forecasting and Prediction of Discrete Time Series. Prentice-Hall.
Examples
library(datasets)
require(graphics)
plot(airmiles, main = "airmiles data",
xlab = "Passenger-miles flown by U.S. commercial airlines", col = 4)
Community examples
Looks like there are no examples yet.