|
Chapter Contents |
Previous |
Next |
| The NPAR1WAY Procedure |
The EXACT statement requests exact tests for the specified statistics. Optionally, PROC NPAR1WAY computes Monte Carlo estimates of the exact p-values. The statistic-options specify the statistics for which to provide exact tests, and the computation-options specify options for the computation of exact statistics.
Warning: For some large problems, exact computations may require a large amount of time and memory. See the section "Computational Resources" for more information.
The statistic-options specify the statistics for which to provide exact tests.
Exact p-values are available for all nonparametric tests of location and scale differences produced by PROC NPAR1WAY. These include tests based on the following scores: Wilcoxon, median, Van der Waerden, Savage, Siegel-Tukey, Ansari-Bradley, Klotz, and Mood scores. Additionally, exact p-values are available for tests using the raw data as scores. The procedure computes exact p-values when the data are classified into two levels (two-sample tests) and when the data are classified into more than two levels (multisample tests). Two-sample tests are based on simple linear rank statistics. multisample tests are based on one-way ANOVA statistics. See the section "Exact Tests" for details.
Table 42.3 lists the available statistic-options and the exact tests computed. The option names are identical to the corresponding options in the PROC NPAR1WAY statement and the OUTPUT statement.
If you list no statistic-options in the EXACT statement, then PROC NPAR1WAY computes exact p-values for all the tests of location and scale differences requested in the PROC NPAR1WAY statement.
Table 42.3: EXACT Statement Statistic-Options| Option | Exact Tests Computed |
| AB | Ansari-Bradley Test |
| 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 for Multisample Data | |
| VW | Van der Waerden Test |
The computation-options specify options for computation of exact statistics. You can specify the following computation-options in the EXACT statement.
See the section "Computational Resources" for more information.
The MC option is available for all the EXACT statement statistic-options. Monte Carlo estimation can be useful for large problems that require a great amount of time and memory for exact computations but for which asymptotic approximations may not be sufficient. See the section "Monte Carlo Estimation" for more information.
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.