Skip to contents

Monthly tsibble with six exemplary time series from the M4 Forecasting Competition.

Usage

data(m4_data)

Format

A time series object of class tsibble with 1.152 rows and 4 columns:

  • series: Unique identifier as character (key variable).

  • category: Category (e.g., Demographic, Macro) as factor.

  • index: Date as yearmonth (index variable).

  • value: Value as numeric (measurement variable).

Examples

data(m4_data)