The NPAR1WAY Procedure |
ODS Table Names |
PROC NPAR1WAY assigns a name to each table it creates. You can use these names to reference tables when using the Output Delivery System (ODS) to select tables and create output data sets. For more information about ODS, see Chapter 20, Using the Output Delivery System. Table 62.6 lists the table names, along with the corresponding analysis options.
The WILCOXON, MEDIAN, VW, SAVAGE, and EDF options are the default if you do not specify any analysis options in the PROC NPAR1WAY statement.
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
ANOVA |
Analysis of variance |
||
ABAnalysis |
Ansari-Bradley one-way analysis |
||
ABMC |
Monte Carlo estimates for the Ansari-Bradley exact test |
||
ABScores |
Ansari-Bradley scores |
||
ABTest |
Ansari-Bradley two-sample test |
||
ClassMeans |
Class means |
||
ConoverAnalysis |
Conover one-way analysis |
||
ConoverMC |
Monte Carlo estimates for the Conover exact test |
||
ConoverScores |
Conover scores |
||
ConoverTest |
Conover two-sample test |
||
CVMStats |
Cramer-von Mises statistics |
||
CVMTest |
Cramer-von Mises test |
||
DataScores |
Data scores |
||
DataScoresAnalysis |
Data scores one-way analysis |
||
DataScoresMC |
Monte Carlo estimates for the data scores exact test |
||
DataScoresTest |
Data scores two-sample test |
||
HodgesLehmann |
Hodges-Lehmann estimation |
||
KlotzAnalysis |
Klotz one-way analysis |
||
KlotzMC |
Monte Carlo estimates for the Klotz exact test |
||
KlotzScores |
Klotz scores |
||
KlotzTest |
Klotz two-sample test |
||
KolSmir2Stats |
Kolmogorov-Smirnov two-sample statistics |
||
KolSmirExactTest |
Kolmogorov-Smirnov exact test |
||
KolSmirStats |
Kolmogorov-Smirnov statistics |
||
KolSmirTest |
Kolmogorov-Smirnov test |
||
KruskalWallisMC |
Monte Carlo estimates for the Kruskal-Wallis exact test |
||
KruskalWallisTest |
Kruskal-Wallis test |
||
KSMC |
Monte Carlo estimates for the Kolmogorov-Smirnov exact test |
||
KuiperStats |
Kuiper two-sample statistics |
||
KuiperTest |
Kuiper test |
||
MedianAnalysis |
Median one-way analysis |
||
MedianMC |
Monte Carlo estimates for the median exact test |
||
MedianScores |
Median scores |
||
MedianTest |
Median two-sample test |
||
MoodAnalysis |
Mood one-way analysis |
||
MoodMC |
Monte Carlo estimates for the Mood exact test |
||
MoodScores |
Mood scores |
||
MoodTest |
Mood two-sample test |
||
SavageAnalysis |
Savage one-way analysis |
||
SavageMC |
Monte Carlo estimates for the Savage exact test |
||
SavageScores |
Savage scores |
||
SavageTest |
Savage two-sample test |
||
STAnalysis |
Siegel-Tukey one-way analysis |
||
STMC |
Monte Carlo estimates for the Siegel-Tukey exact test |
||
STScores |
Siegel-Tukey scores |
||
STTest |
Siegel-Tukey two-sample test |
||
VWAnalysis |
Van der Waerden one-way analysis |
||
VWMC |
Monte Carlo estimates for the Van der Waerden exact test |
||
VWScores |
Van der Waerden scores |
||
VWTest |
Van der Waerden two-sample test |
||
WilcoxonMC |
Monte Carlo estimates for the Wilcoxon two-sample exact test |
||
WilcoxonScores |
Wilcoxon scores |
||
WilcoxonTest |
Wilcoxon two-sample test |
||
PROC NPAR1WAY produces this table only for two-sample data. |
|||
PROC NPAR1WAY produces this table only for multisample data. |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.