nstates {dse} | R Documentation |
Extract the state dimension of a state space model object.
nstates(x) ## S3 method for class 'SS' nstates(x) ## S3 method for class 'ARMA' nstates(x) ## S3 method for class 'TSestModel' nstates(x)
x |
Object of class TSmodel or TSestModel. |
An integer indicating the state dimension.