nseriesInput: Number of Series in in Input or Output

Description Usage Arguments Value See Also Examples

View source: R/dse1.R

Description

Number of input or output series in a TSdata object.

Usage

 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)

Arguments

x

Object of class TSdata, TSmodel or TSestModel.

Value

An integer indicating the number of series.

See Also

seriesNamesInput seriesNamesOutput

Examples

1
2
data("eg1.DSE.data", package="dse")
nseriesOutput(eg1.DSE.data) 

dse documentation built on March 4, 2020, 3:01 a.m.