Number of Series in in Input or Output
Number of input or output series in a TSdata object.
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.
data("eg1.DSE.data", package="dse") nseriesOutput(eg1.DSE.data)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.