Skip to contents

The data in the Mcomp and Tcomp packages are in the Mcomp class which contains various information used in the competitions including the training and test portions of the time series. This function combines the training data and test data into a single ts object.

Usage

combine_training_test(object)

Arguments

object

An object of class Mcomp from either the Mcomp or Tcomp packages.

Value

A list of time series

Examples

m3ts <- combine_training_test(M3)