Extract state information from estimated SS model.
state(obj, smoother=FALSE, filter=!smoother)
An object of class `TSestModel' with state information (filter or smoother) or containing an 'SS' model from which to estimate the state.
logical indicating if the smoother state should be returned.
logical indicating if the filtered state should be returned.
A time series matrix of the estimated state series.
One and only one of smoother and filter should be TRUE).