Previous Page | Next Page

The TIMEID Procedure

ODS Graphics

The TIMEID procedure uses ODS Graphics to produce plotted output as specified by the PLOT= option. Table 28.3 relates the PLOT= options to the names of the ODS Graphics objects.

Table 28.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

Previous Page | Next Page | Top of Page