marssPredict-class {MARSS} | R Documentation |
Class "marssPredict"
Description
marssPredict
objects are returned by predict.marssMLE
and forecast.marssMLE
.
A marssPredict object in the MARSS-package
has the output with intervals, the original model and values needed for plotting. The object is mainly used for plot.marssPredict()
and print.marssPredict()
.
Methods
signature(x = "marssPredict")
: ...- plot
signature(object = "marssPredict")
: ...
Author(s)
Eli Holmes, NOAA, Seattle, WA.
See Also
plot.marssPredict()
, predict.marssMLE()
, forecast.marssMLE()
[Package MARSS version 3.11.9 Index]