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

nseriesInput

Number of Series in in Input or Output


Description

Number of input or output series in a TSdata object.

Usage

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)

Arguments

x

Object of class TSdata, TSmodel or TSestModel.

Value

An integer indicating the number of series.

See Also

Examples

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