Statistical procedures use ODS Graphics to create graphs as part of their output. ODS Graphics is described in detail in ChapterĀ 24, Statistical Graphics Using ODS (SAS/STAT User's Guide).
Before you create graphs, ODS Graphics must be enabled (for example, with the ODS GRAPHICS ON statement). For more information about enabling and disabling ODS Graphics, see the section "Enabling and Disabling ODS Graphics" in that chapter.
The overall appearance of graphs is controlled by ODS styles. Styles and other aspects of using ODS Graphics are discussed in the section "A Primer on ODS Statistical Graphics" in that chapter.
This section describes the graphical output produced by the TIMESERIES procedure. PROC TIMESERIES assigns a name to each graph it creates. These names are listed in Table 5.
Table 5: ODS Graphics Produced by PROC TIMESERIES
| ODS Graph Name | Plot Description | Statement | Option |
|---|---|---|---|
| ACFPlot | Autocorrelation function | PLOTS | ACF |
| ACFNORMPlot | Normalized autocorrelation function | PLOTS | ACF |
| CCFNORMPlot | Normalized cross-correlation function | CROSSPLOTS | CCF |
| CCFPlot | Cross-correlation function | CROSSPLOTS | CCF |
| ChiSqProbPlot | Discrete distribution evaluation | COUNTPLOTS | CHISQPROB |
| ChiSqLogProbPlot | Discrete distribution evaluation | COUNTPLOTS | CHISQPROB |
| CorrelationPlots | Correlation graphics panel | PLOTS | CORR |
| CrossSeriesPlot | Cross series plot | CROSSPLOTS | SERIES |
| CycleComponentPlot | Cycle component | PLOTS | CC |
| CyclePlot | Seasonal cycles plot | PLOTS | CYCLES |
| DecompositionPlots | Decomposition graphics panel | PLOTS | DECOMP |
| DiscreteDistPlot | Discrete distribution | COUNTPLOTS | DISTRIBUTION |
| ZeroModDiscreteDistPlot | Zero-modified discrete distribution | COUNTPLOTS | DISTRIBUTION |
| FreqDistPlot | Frequency distribution | COUNTPLOTS | COUNTS |
| FreqIndexDistPlot | Frequency index distribution | COUNTPLOTS | COUNTS |
| FreqValueByIndexPlot | Frequency values by index | COUNTPLOTS | COUNTS |
| IACFPlot | Inverse autocorrelation function | PLOTS | IACF |
| IACFNORMPlot | Normalized inverse autocorrelation function | PLOTS | IACF |
| IrregularComponentPlot | Irregular component | PLOTS | IC |
| PACFPlot | Partial autocorrelation function | PLOTS | PACF |
| PACFNORMPlot | Standardized partial autocorrelation function | PLOTS | PACF |
| PercentChangeAdjustedPlot | Percent-change seasonally adjusted | PLOTS | PCSA |
| Periodogram | Periodogram versus period | PLOTS | PERIODOGRAM |
| ResidualPlot | Residual time series plot | PLOTS | RESIDUAL |
| SeasonallyAdjustedPlot | Seasonally adjusted | PLOTS | SA |
| SeasonalComponentPlot | Seasonal component | PLOTS | SC |
| SeasonalIrregularComponentPlot | Seasonal-irregular component | PLOTS | SIC |
| SeriesHistogram | Histogram of series values | PLOTS | HISTOGRAM |
| SeriesPlot | Time series plot | PLOTS | SERIES |
| SpectralDensityPlot | Spectral density versus period | PLOTS | SPECTRUM |
| SSASingularValuesPlot | SSA singular values | PLOTS | SSA |
| SSAResultsPlot | SSA results | PLOTS | SSA |
| SSAResultsVectorPlot | SSA results vector | PLOTS | SSA |
| SSAWCorrHeatmap | SSA w-correlation matrix | PLOTS | SSA |
| SSAGroupSumPlot | SSA sum plot and actual values | PLOTS | SSA |
| TrendComponentPlot | Trend component | PLOTS | TC |
| TrendCycleComponentPlot | Trend-cycle component | PLOTS | TCC |
| TrendCycleSeasonalPlot | Trend-cycle-seasonal component | PLOTS | TCS |
| WhiteNoiseLogProbabilityPlot | White noise probability (log scale) | PLOTS | WN |
| WhiteNoiseProbabilityPlot | White noise probability | PLOTS | WN |