TSdata
generate TSdata time series object
Description
Function for generating a "TSdata" object containing data for use by TSmodels.
Details
Functions in this library pass data through the function TSdata (which
may not do much other than check that the data has class TSdata).
TSdata uses classes and methods to allow for a very general way to
handle data. For example, see TSPADIdata, which works with objects of
class c("TSPADIdata", "TSdata"). These objects do not contain the
actual data, but only the names of the series and the data base where
they are located. The function set.data can be used to set up an object
of this subclass of class.
See Also
return to Table of Contents