An object of class "mforecast
".
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.lm
.
An object of class "mforecast"
is a list containing at least the
following elements:
modelA list containing information about the
fitted model
methodThe name of the forecasting method as a
character string
meanPoint forecasts as a multivariate time series
lowerLower limits for prediction intervals of each series
upperUpper limits for prediction intervals of each series
levelThe confidence values associated with the prediction intervals
xThe historical data for the response variable.
residualsResiduals from the fitted model. That is x minus fitted
values.
fittedFitted values