Description Usage Arguments Value See Also Examples
Number of 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 19 20 21 22 23 | nseriesInput(x)
## Default S3 method:
nseriesInput(x)
## S3 method for class 'TSdata'
nseriesInput(x)
## S3 method for class 'SS'
nseriesInput(x)
## S3 method for class 'ARMA'
nseriesInput(x)
## S3 method for class 'TSestModel'
nseriesInput(x)
nseriesOutput(x)
## Default S3 method:
nseriesOutput(x)
## S3 method for class 'TSdata'
nseriesOutput(x)
## S3 method for class 'SS'
nseriesOutput(x)
## S3 method for class 'ARMA'
nseriesOutput(x)
## S3 method for class 'TSestModel'
nseriesOutput(x)
|
x |
Object of class TSdata, TSmodel or TSestModel. |
An integer indicating the number of series.
seriesNamesInput
seriesNamesOutput
1 2 | data("eg1.DSE.data", package="dse")
nseriesOutput(eg1.DSE.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.