The NPAR1WAY Procedure

ODS Table Names

PROC NPAR1WAY assigns a name to each table that it creates. You can use these names to refer to tables when you use 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 71.6 lists the ODS table names together with their descriptions and the options required to produce the tables. If you do not specify any analysis options in the PROC NPAR1WAY statement, the procedure provides the ANOVA , WILCOXON , MEDIAN , VW (NORMAL), SAVAGE , and EDF analyses by default.

Table 71.6: ODS Tables Produced by PROC NPAR1WAY

ODS Table Name

Description

Statement

Option

ANOVA

Analysis of variance

PROC

ANOVA

ABAnalysis

Ansari-Bradley one-way analysis

PROC

AB

ABMC

Monte Carlo estimates for the Ansari-Bradley exact test

EXACT

AB / MC

ABScores

Ansari-Bradley scores

PROC

AB

ABTest$^*$

Ansari-Bradley two-sample test

PROC

AB

ClassMeans

Class means

PROC

ANOVA

ConoverAnalysis

Conover one-way analysis

PROC

CONOVER

ConoverMC

Monte Carlo estimates for the Conover exact test

EXACT

CONOVER / MC

ConoverScores

Conover scores

PROC

CONOVER

ConoverTest$^*$

Conover two-sample test

PROC

CONOVER

CVMStats

Cramér–von Mises statistics

PROC

EDF

CVMTest

Cramér–von Mises test

PROC

EDF

DataScores

Data scores

PROC

SCORES=DATA

DataScoresAnalysis

Data scores one-way analysis

PROC

SCORES=DATA

DataScoresMC

Monte Carlo estimates for the data scores exact test

EXACT

SCORES=DATA / MC

DataScoresTest$^*$

Data scores two-sample test

PROC

SCORES=DATA

DSCF$^{**}$

DSCF multiple comparison analysis

PROC

DSCF

FPPlacements$^*$

Fligner-Policello placements

PROC

FP

FPTest$^*$

Fligner-Policello test

PROC

FP

HodgesLehmann$^*$

Hodges-Lehmann estimation

PROC

HL

KlotzAnalysis

Klotz one-way analysis

PROC

KLOTZ

KlotzMC

Monte Carlo estimates for the Klotz exact test

EXACT

KLOTZ / MC

KlotzScores

Klotz scores

PROC

KLOTZ

KlotzTest$^*$

Klotz two-sample test

PROC

KLOTZ

KruskalWallisMC$^{**}$

Monte Carlo estimates for the Kruskal-Wallis exact test

EXACT

WILCOXON / MC

KruskalWallisTest

Kruskal-Wallis test

PROC

WILCOXON

KS2Stats$^*$

Kolmogorov-Smirnov two-sample statistics

PROC

EDF

KSExactTest$^*$

Kolmogorov-Smirnov exact test

EXACT

KS | EDF

KSMC$^*$

Monte Carlo estimates for the Kolmogorov-Smirnov exact test

EXACT

KS | EDF / MC

KSStats$^{**}$

Kolmogorov-Smirnov statistics

PROC

EDF

KSTest

Kolmogorov-Smirnov test

PROC

EDF

KuiperStats$^*$

Kuiper two-sample statistics

PROC

EDF

KuiperTest$^*$

Kuiper test

PROC

EDF

MedianAnalysis

Median one-way analysis

PROC

MEDIAN

MedianMC

Monte Carlo estimates for the median exact test

EXACT

MEDIAN / MC

MedianScores

Median scores

PROC

MEDIAN

MedianTest$^*$

Median two-sample test

PROC

MEDIAN

MoodAnalysis

Mood one-way analysis

PROC

MOOD

MoodMC

Monte Carlo estimates for the Mood exact test

EXACT

MOOD / MC

MoodScores

Mood scores

PROC

MOOD

MoodTest$^*$

Mood two-sample test

PROC

MOOD

SavageAnalysis

Savage one-way analysis

PROC

SAVAGE

SavageMC

Monte Carlo estimates for the Savage exact test

EXACT

SAVAGE / MC

SavageScores

Savage scores

PROC

SAVAGE

SavageTest$^*$

Savage two-sample test

PROC

SAVAGE

STAnalysis

Siegel-Tukey one-way analysis

PROC

ST

STMC

Monte Carlo estimates for the Siegel-Tukey exact test

EXACT

ST / MC

STScores

Siegel-Tukey scores

PROC

ST

STTest$^*$

Siegel-Tukey two-sample test

PROC

ST

VWAnalysis

Van der Waerden one-way analysis

PROC

VW | NORMAL

VWMC

Monte Carlo estimates for the Van der Waerden exact test

EXACT

VW | NORMAL / MC

VWScores

Van der Waerden scores

PROC

VW | NORMAL

VWTest$^*$

Van der Waerden two-sample test

PROC

VW | NORMAL

WilcoxonMC$^*$

Monte Carlo estimates for the Wilcoxon two-sample exact test

EXACT

WILCOXON / MC

WilcoxonScores

Wilcoxon scores

PROC

WILCOXON

WilcoxonTest$^*$

Wilcoxon two-sample test

PROC

WILCOXON

$^{~ ~ *}$PROC NPAR1WAY produces this table only for two-sample data.

$^{**}$PROC NPAR1WAY produces this table only for multisample data.