Learn R Programming

dse (version 2020.2-1)

nseriesInput: Number of Series in in Input or Output

Description

Number of input or output series in a TSdata object.

Usage

nseriesInput(x)
    # S3 method for default
nseriesInput(x)
    # S3 method for TSdata
nseriesInput(x)
    # S3 method for SS
nseriesInput(x)
    # S3 method for ARMA
nseriesInput(x)
    # S3 method for TSestModel
nseriesInput(x)
    
    nseriesOutput(x)
    # S3 method for default
nseriesOutput(x)
    # S3 method for TSdata
nseriesOutput(x)
    # S3 method for SS
nseriesOutput(x)
    # S3 method for ARMA
nseriesOutput(x)
    # S3 method for TSestModel
nseriesOutput(x)

Arguments

x

Object of class TSdata, TSmodel or TSestModel.

Value

An integer indicating the number of series.

See Also

seriesNamesInput seriesNamesOutput

Examples

Run this code
# NOT RUN {
data("eg1.DSE.data", package="dse")
nseriesOutput(eg1.DSE.data) 
# }

Run the code above in your browser using DataLab