SERIESPLOT Subcommand (TSMODEL command)

The SERIESPLOT subcommand allows you to obtain plots of predicted values, observed values, and confidence intervals for each estimated 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.

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

FIT. Displays model-predicted values within the estimation period.

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

FITCI. Displays upper and lower confidence limits within the estimation period.

Example

TSMODEL
  /SERIESPLOT OBSERVED FORECAST
  /MODEL DEPENDENT=sku1 TO sku5
  /MODEL DEPENDENT=revenue INDEPENDENT=adspending.
  • The plot includes the model-predicted values in the forecast period as well as all observed values for each of the dependent series.