| m1 | R Documentation |
Time series data from the first Makridakis forecasting competition (M1), held in 1982. Data Type: Forecasting benchmark dataset. Category: Forecasting. Creation Date: 1982.
data(m1)
A list of dataframes containing time series.
Consolidated list with frequencies as keys (e.g., monthly, quarterly, yearly). Each element is a list of series.
See Makridakis et al. (1982) for competition design and evaluation.
The accuracy of extrapolation (time series) methods: Results of a forecasting competition
Makridakis et al. (1982). The accuracy of extrapolation (time series) methods: Results of a forecasting competition. Journal of Forecasting, 1(2), 111–153.
# Load consolidated M1 list
data(m1)
# m1 <- loadfulldata(m1)
# List available frequency keys
names(m1)
# Plot one series from a frequency bucket
series <- m1$monthly[[1]]
ts.plot(series, main = "M1 monthly series")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.