## S3 method for class 'StructTS':
forecast(object, h=ifelse(object$call$type=="BSM",2*object$xtsp[3],10),
level=c(80,95), fan=FALSE, ...)StructTS". Usually the result of a call to StructTS.forecast".
The function summary is used to obtain and print a summary of the
results, while the function plot produces a plot of the forecasts and prediction intervals.
The generic accessor functions fitted.values and residuals extract useful features of
the value returned by forecast.StructTS.
An object of class "forecast" is a list containing at least the following elements:object itself or the time series used to create the model stored as object).predict.StructTS and constructs an object of class "forecast" from the results.StructTS.fit <- StructTS(WWWusage,"level")
plot(forecast(fit))Run the code above in your browser using DataLab