Description Usage Arguments Value See Also Examples
Extract or set input or output series in a TSdata object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | inputData(x, series=seqN(nseriesInput(x)))
## Default S3 method:
inputData(x, series=seqN(nseriesInput(x)))
## S3 method for class 'TSdata'
inputData(x, series=seqN(nseriesInput(x)))
## S3 method for class 'TSestModel'
inputData(x, series=seqN(nseriesInput(x)))
outputData(x, series=seqN(nseriesOutput(x)))
## Default S3 method:
outputData(x, series=seqN(nseriesOutput(x)))
## S3 method for class 'TSdata'
outputData(x, series=seqN(nseriesOutput(x)))
## S3 method for class 'TSestModel'
outputData(x, series=seqN(nseriesOutput(x)))
inputData(x) <- value
outputData(x) <- value
|
x |
object of class TSdata. |
value |
a time series matrix. |
series |
vector of strings or integers indicating the series to select. |
The first usages returns the input or output series. The second usages assigns the input or output series.
1 2 | data("eg1.DSE.data", package="dse")
outputData(eg1.DSE.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.