The NPAR1WAY Procedure |
ODS Graphics |
PROC NPAR1WAY assigns a name to each graph that it creates with ODS Graphics. You can use these names to refer to the graphs. Table 62.7 lists the names of the graphs that PROC NPAR1WAY generates together with their descriptions and the options that are required to produce the graphics.
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 that are associated with the analyses that 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 © SAS Institute, Inc. All Rights Reserved.