The NPAR1WAY Procedure |
ODS Graphics |
PROC NPAR1WAY assigns a name to each graph it creates with ODS Graphics. You can use these names to reference the graphs. Table 62.7 lists the names of the graphs that PROC NPAR1WAY generates, along with the corresponding analysis options.
To request graphics with PROC NPAR1WAY, you must first enable ODS Graphics by specifying the ODS GRAPHICS ON statement. See Chapter 21, Statistical Graphics Using ODS, for more information. When you have enabled ODS Graphics, you can request specific plots with the PLOTS= option in the PROC NPAR1WAY statement. If you do not specify the PLOTS= option but have enabled ODS Graphics, then PROC NPAR1WAY produces all plots associated with the analyses you request.
ODS Graph Name |
Plot Description |
Option |
---|---|---|
ABBoxPlot |
Box plot of Ansari-Bradley scores |
|
ANOVABoxPlot |
Box plot of raw data |
|
ConoverBoxPlot |
Box plot of Conover scores |
|
DataScoresBoxPlot |
Box plot of data scores |
|
EDFPlot |
Empirical distribution function plot |
|
KlotzBoxPlot |
Box plot of Klotz scores |
|
MedianPlot |
Median plot |
|
MoodBoxPlot |
Box plot of Mood scores |
|
SavageBoxPlot |
Box plot of Savage scores |
|
STBoxPlot |
Box plot of Siegel-Tukey scores |
|
VWBoxPlot |
Box plot of Van der Waerden scores |
|
WilcoxonBoxPlot |
Box plot of Wilcoxon scores |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.