ODS Graphics |
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 (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.
PROC UNIVARIATE assigns a name to each graph it creates by using ODS Graphics. You can use these names to reference the graphs when you use ODS. The names are listed in Table 4.125.
ODS Graph Name |
Plot Description |
Statement |
---|---|---|
CDFPlot |
cdf plot |
CDFPLOT |
Histogram |
histogram |
HISTOGRAM |
PPPlot |
P-P plot |
PPPLOT |
ProbPlot |
probability plot |
PROBPLOT |
QQPlot |
Q-Q plot |
QQPLOT |