|
|
|
|
| Previous Page | Next Page |
| The UNIVARIATE Procedure |
|
|
| ODS Graphics Experimental |
The UNIVARIATE procedure supports ODS Graphics on an experimental basis in SAS 9.2. 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 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.
|
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 |
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.