Learn R Programming

dse (version 2014.11-1)

nstates: State Dimension of a State Space Model

Description

Extract the state dimension of a state space model object.

Usage

nstates(x)
    ## S3 method for class 'SS':
nstates(x)
    ## S3 method for class 'ARMA':
nstates(x)
    ## S3 method for class 'TSestModel':
nstates(x)

Arguments

x
Object of class TSmodel or TSestModel.

Value

  • An integer indicating the state dimension.

concept

DSE

See Also

nseriesInput