Learn R Programming

fpp3 (version 1.0.1)

aus_tobacco: Australian cigarette and tobacco expenditure

Description

The total household expenditure for cigarette and tobacco consumption (CTC) in Australia.

Arguments

Format

Time series of class `tsibble`

Details

aus_tobacco contains quarterly data with one measured variable:

Expenditure:The total expenditure

from 1985 Q3 to 2023 Q4 for the 6 states and 2 territories of Australia, indexed by:

Quarter:Year-quarter.

The prices are represented as a chain volume measure (a representation of constant prices) in billions of dollars.

Each series is uniquely identified using the key:

State: The state or territory.

Examples

Run this code

aus_tobacco |> autoplot(Expenditure) + scale_y_log10()

Run the code above in your browser using DataLab