combine_training_test: Combining training and test data

View source: R/combine_training_test.R

combine_training_testR Documentation

Combining training and test data

Description

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)

robjhyndman/tscompdata documentation built on July 22, 2023, 5:45 p.m.