knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-" )
The R package Mcomp contains the 1001 time series from the M-competition (Makridakis et al. 1982) and the 3003 time series from the IJF-M3 competition (Makridakis and Hibon, 2000). See also the tscompdata package.
You can install the stable version on R CRAN.
install.packages('Mcomp')
You can install the development version from Github
# install.packages("devtools") devtools::install_github("robjhyndman/Mcomp")
library(Mcomp) library(ggplot2) M1 autoplot(M1$YAF2) subset(M1,"monthly")
This package is free and open source software, licensed under GPL-3
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.