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

seriesNamesInput

TSdata Series Names


Description

Extract or set names of input or output series in a TSdata object.

Usage

seriesNamesInput(x)
    ## S3 method for class 'TSdata'
seriesNamesInput(x)
    ## S3 method for class 'TSmodel'
seriesNamesInput(x)
    ## S3 method for class 'TSestModel'
seriesNamesInput(x)

    seriesNamesOutput(x)
    ## S3 method for class 'TSdata'
seriesNamesOutput(x)
    ## S3 method for class 'TSmodel'
seriesNamesOutput(x)
    ## S3 method for class 'TSestModel'
seriesNamesOutput(x)

    seriesNamesInput(x)  <- value
    seriesNamesOutput(x) <- value

Arguments

x

Object of class TSdata, TSmodel or TSestModel.

value

value to be assigned to object.

Value

The first usages gives a vector of strings with the series names. The second usages assigns a vector of strings to be the series names of data.

See Also

Examples

data("eg1.DSE.data", package="dse")
seriesNamesOutput(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.