predict.ssm generates forecasts from fitted state space models by
converting to univariate ARIMA or transfer function models and using their
prediction methods.
# S3 method for ssm
predict(object, ...)An object of class predict.um or predict.tfm.
an object of class ssm.
additional arguments passed to predict.um (for models
without regressors) or predict.tfm (for models with regressors).
See their documentation for available options such as forecast horizon,
confidence levels, etc.
predict.um, predict.tfm