View source: R/combine_training_test.R
combine_training_test | R Documentation |
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.
combine_training_test(object)
object |
An object of class |
A list of time series
m3ts <- combine_training_test(M3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.