The X13 Procedure

Example 45.10 Illustration of ODS Graphics

This example illustrates the use of ODS Graphics. Using the same data set as in the section Basic Seasonal Adjustment and the previous examples, a spectral plot of the original series is displayed in Output 45.10.1.

The graphical displays are available when ODS Graphics is enabled. For specific information about the graphics available in the X13 procedure, see the section ODS Graphics.

proc x13 data=sales date=date;
   var sales;
run;

Output 45.10.1: Spectral Plot for Original Data

Spectral Plot for Original Data