|
|
|
|
| Previous Page | Next Page |
| The CORR Procedure |
|
|
| ODS Graphics |
PROC CORR assigns a name to each graph it creates using ODS. You can use these names to reference the graphs when using ODS. The names are listed in Table 2.5.
To request these graphs, you must specify the ods graphics on statement in addition to the options indicated in Table 2.5. For more information about the ods graphics statement, see Chapter 21, Statistical Graphics Using ODS (SAS/STAT User's Guide).
|
ODS Graph Name |
Plot Description |
Option |
|---|---|---|
|
ScatterPlot |
Scatter plot |
PLOTS=SCATTER |
|
MatrixPlot |
Scatter plot matrix |
PLOTS=MATRIX |
|
|
|
|
| Previous Page | Next Page | Top of Page |
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.