Statistical procedures use ODS Graphics to create graphs as part of their output. ODS Graphics is described in detail in ChapterĀ 21: Statistical Graphics Using ODS in SAS/STAT 13.2 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.
The TIMEID procedure uses ODS Graphics to produce plotted output as specified by the PLOT= option. Table 31.3 relates the PLOT= options to the names of the ODS Graphics objects.
Table 31.3: ODS Graphics Produced by the PLOT= Option in PROC TIMEID
ODS Graph Name |
Plot Description |
PLOT= Option |
---|---|---|
DecompositionPlot |
Panel of spans, offsets, and counts for each time interval |
VALUES |
IntervalCountsComponentPlot |
Histogram of interval counts |
INTERVALCOUNTS |
IntervalCountsPlot |
Plot of counts for each time interval value |
VALUES |
OffsetComponentPlot |
Histogram of time ID offsets |
OFFSETS |
OffsetsPlot |
Plot of offsets for each time interval value |
VALUES |
SpanComponentPlot |
Histogram of span sizes between time ID values |
SPANS |
SpansPlot |
Plot of spans for each time interval value |
VALUES |
ValuesPlot |
Plot of counts of each time ID value |
VALUES |