Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

combine.TSdata

Combine series from two TSdata objects.


Description

Combine series from two TSdata objects.

Usage

## S3 method for class 'TSdata'
combine(e1, e2)

Arguments

e1, e2

TSdata objects.

Value

An object of class TSdata which includes series from both e1 and e2.

See Also

tbind

Examples

data("eg1.DSE.data.diff", package="dse")
data("eg1.DSE.data", package="dse") 
new.data.set <- combine(eg1.DSE.data.diff, eg1.DSE.data)

dse

Dynamic Systems Estimation (Time Series Package)

v2020.2-1
GPL-2
Authors
Paul Gilbert <pgilbert.ttv9z@ncf.ca>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.