SERIESPLOT Subcommand (TSAPPLY command)

The SERIESPLOT subcommand allows you to obtain plots of predicted values, observed values, and confidence intervals for each model. By default, no plots are shown. The subcommand is followed by one or more of the following keywords:

OBSERVED. Displays all observed values of the dependent series. OBSERVED is ignored with a warning if REESTIMATE=NO.

FORECAST. Displays model-predicted values within the forecast period.

FIT. Displays model-predicted values within the estimation period. FIT is ignored with a warning if REESTIMATE=NO.

FORECASTCI. Displays upper and lower confidence limits within the forecast period.

FITCI. Displays upper and lower confidence limits within the estimation period. FITCI is ignored with a warning if REESTIMATE=NO.

Example

PREDICT THRU YEAR 2006 MONTH 6.
TSAPPLY
  /MODELDETAILS PRINT=FORECASTS
  /AUXILIARY REESTIMATE=YES
  /SERIESPLOT OBSERVED FORECAST
  /MODEL FILE='/models/models.xml'.
  • The output includes plots of the model-predicted values in the forecast period, as well as all observed values, for each model.