Previous Page | Next Page

The UNIVARIATE Procedure

ODS Graphics

To use ODS Graphics, you must specify the ODS GRAPHICS statement prior to the PROC UNIVARIATE statement. For more information about ODS Graphics, see Chapter 21, Statistical Graphics Using ODS (SAS/STAT 9.22 User's Guide).

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.95.

Table 4.95 ODS Graphics Produced by PROC UNIVARIATE

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

Previous Page | Next Page | Top of Page