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.
Before you create graphs, ODS Graphics must be enabled (for example, by specifying the ODS GRAPHICS ON statement). For more information about enabling and disabling ODS Graphics, see the section Enabling and Disabling ODS Graphics in ChapterĀ 21: Statistical Graphics Using ODS.
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 ChapterĀ 21: Statistical Graphics Using ODS.
The QUANTLIFE procedure assigns a name to each graph that it creates. You can use these names to refer to the graphs when you use ODS. The names along with the required statements and options are listed in Table 82.4.
Table 82.4: Graphs Produced by PROC QUANTLIFE
ODS Graph Name |
Plot Description |
PLOTS= Option |
---|---|---|
QuantilePlot |
Quantile function plot |
QUANTILE |
QuantPanel |
Panel of regression parameter estimates against quantile level with confidence limits |
QUANTPLOT |
QuantPlot |
Scatter plot for regression parameter estimates against quantile level with confidence limits |
QUANTPLOT / UNPACK |
SurvivalPlot |
Survival function plot |
SURVIVAL |