|
Chapter Contents |
Previous |
Next |
| The NPAR1WAY Procedure |
The OUTPUT statement creates a SAS data set containing statistics computed by PROC NPAR1WAY. The OUTPUT data set can include any statistics that are requested in the PROC NPAR1WAY statement. Statistics are output for each analysis variable specified in the VAR statement. For more information, see the section "Output Data Set".
Note that you can use the Output Delivery System (ODS) to create a SAS data set from any piece of PROC NPAR1WAY output. For more information, see Chapter 14, "Using the Output Delivery System."
You can specify the following options in the OUTPUT statement.
If you do not specify any statistics options in the OUTPUT statement, then the output data set includes statistics from all analyses specified in the PROC NPAR1WAY statement.
Table 42.4: Output Statement Options| Option | Output Data Set Statistics |
| AB | Ansari-Bradley Test |
| EDF | Kolmogorov-Smirnov Test |
| Cramer-von Mises Test | |
| Kuiper Test for Two-Sample Data | |
| KLOTZ | Klotz Test |
| MEDIAN | Median Test |
| MOOD | Mood Test |
| SAVAGE | Savage Test |
| SCORES=DATA | Test Using Raw Data as Scores |
| ST | Siegel-Tukey Test |
| WILCOXON | Wilcoxon Test for Two-Sample Data |
| Kruskal-Wallis Test | |
| VW | Van der Waerden Test |
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.