motel {fma}R Documentation

Total accommodation at hotel, motel and guest house

Description

Total room nights occupied and total monthly takings from accommodation at hotel, motel and guest house in Victoria, Australia: Jan 1980 - June 1995.

Usage

motel

Format

Trivariate time series containing the following columns:

Roomnights
Total room nights
Takings
Total monthly takings (thousands of dollars)
CPI
Quarterly CPI values

Source

Makridakis, Wheelwright and Hyndman (1998) Forecasting: methods and applications, John Wiley & Sons: New York. Exercise 8.7.

Examples

plot(motel[,2],motel[,1], xlab="Room nights", ylab="Takings",pch=19,col=4)

[Package fma version 1.23 Index]