CHART process-variable < index-variable> < / options>;
The CHART statement produces a rare events chart. The process-variable contains measurements of times between events. You can use the optional index-variable to label the tick marks on the chart’s horizontal axis. If you specify a numeric index-variable, its values must be in ascending order in the input data: the procedure does not sort its input. When you do not specify an index variable, the tick marks on the horizontal axis are numbered sequentially, starting with 1.
Table 16.1 summarizes the options available in the CHART statement.
Table 16.1: CHART Statement Options
Option |
Description |
---|---|
Specifies the probability that is used to compute the lower probability limit |
|
Specifies the probability that is used to compute the upper probability limit |
|
Specifies the distribution that is used to compute probability limits |
|
Specifies that a chart be displayed only if there are points outside the probability limits |
|
Suppresses creation of the rare events chart |
|
Suppresses the horizontal axis label of the chart |
|
Suppresses the vertical axis label of the chart |
|
Specifies the number of horizontal axis plotting positions per panel |
|
Adds a footnote to the chart |
|
Adds a secondary footnote to the chart |
|
Specifies a title for the chart |
|
Specifies a secondary title for the chart |
|
Creates a SAS data set that contains probability limits for the chart |
|
Creates a SAS data set that contains a summary of the rare events chart |
|
Specifies the number of panels that are used to display the chart |
You can specify the following options only in the CHART statement. For detailed descriptions of options common to the CHART and COMPARE statements, see the section Common CHART and COMPARE Statement Options.