The NPAR1WAY Procedure |
Output Data Set |
The OUTPUT statement creates a SAS data set that contains statistics computed by PROC NPAR1WAY. You specify which statistics to store in the output data set by using options identical to those in the PROC NPAR1WAY statement. When you specify one of these options in the OUTPUT statement, PROC NPAR1WAY includes all available statistics from that analysis in the output data set.
The output data set contains one observation for each analysis variable within a BY group. (You can name the analysis variables in the VAR statement.) The OUTPUT data set includes the following variables:
BY variables, if you use a BY statement
_VAR_, which identifies the analysis variable
variables containing the specified statistics
Table 62.5 lists the variable names and descriptions for all available statistics. Note that some statistics are available only for the two-sample case (where the CLASS variable groups the data into two classes); other statistics are available only for the multisample case.
If you request exact tests by using the EXACT statement, the output data set also includes exact p-values for those tests when you specify the corresponding options in the OUTPUT statement. If you do not request exact tests with the EXACT statement, the output data set does not include exact p-values.
Monte Carlo estimates of exact p-values are not available in this output data set, but you can use the Output Delivery System (ODS) to store Monte Carlo estimates in a SAS data set. You can use the Output Delivery System to create a SAS data set from any piece of PROC NPAR1WAY output. For more information, see the section ODS Table Names and Chapter 20, Using the Output Delivery System.
Option |
Output Variables |
Variable Descriptions |
|
---|---|---|---|
_AB_ |
* |
Two-Sample Ansari-Bradley Statistic |
|
Z_AB |
* |
Ansari-Bradley Statistic, Standardized |
|
PL_AB |
* |
p-Value (Left-Sided), Ansari-Bradley Test |
|
PR_AB |
* |
p-Value (Right-Sided), Ansari-Bradley Test |
|
P2_AB |
* |
p-Value (Two-Sided), Ansari-Bradley Test |
|
XPL_AB |
* |
Exact p-Value (Left-Sided), Ansari-Bradley Test |
|
XPR_AB |
* |
Exact p-Value (Right-Sided), Ansari-Bradley Test |
|
XPT_AB |
* |
Exact Point Probability, Ansari-Bradley Test |
|
XP2_AB |
* |
Exact p-Value (Two-Sided), Ansari-Bradley Test |
|
_CHAB_ |
Ansari-Bradley Chi-Square |
||
DF_CHAB |
Degrees of Freedom, Ansari-Bradley Chi-Square |
||
P_CHAB |
p-Value, Ansari-Bradley Chi-Square Test |
||
XP_CHAB |
** |
Exact p-Value, Ansari-Bradley Chi-Square Test |
|
XPT_CHAB |
** |
Exact Point Probability, Ansari-Bradley Chi-Square |
|
_MSA_ |
ANOVA Effect Mean Square, Among MS |
||
_MSE_ |
ANOVA Error Mean Square, Within MS |
||
_F_ |
F Statistic for ANOVA |
||
P_F |
p-Value, F Statistic for ANOVA |
||
_CON_ |
* |
Two-Sample Conover Statistic |
|
Z_CON |
* |
Conover Statistic, Standardized |
|
PL_CON |
* |
p-Value (Left-Sided), Conover Test |
|
PR_CON |
* |
p-Value (Right-Sided), Conover Test |
|
P2_CON |
* |
p-Value (Two-Sided), Conover Test |
|
XPL_CON |
* |
Exact p-Value (Left-Sided), Conover Test |
|
XPR_CON |
* |
Exact p-Value (Right-Sided), Conover Test |
|
XPT_CON |
* |
Exact Point Probability, Conover Test |
|
XP2_CON |
* |
Exact p-Value (Two-Sided), Conover Test |
|
_CHCON_ |
Conover Chi-Square |
||
DF_CHCON |
Degrees of Freedom, Conover Chi-Square |
||
P_CHCON |
p-Value, Conover Chi-Square Test |
||
XP_CHCON |
** |
Exact p-Value, Conover Chi-Square Test |
|
XPT_CHCO |
** |
Exact Point Probability, Conover Chi-Square |
|
_KS_ |
Kolmogorov-Smirnov Statistic |
||
_KSA_ |
Kolmogorov-Smirnov Statistic (Asymptotic) |
||
_Dp_ |
* |
Two-Sample Kolmogorov-Smirnov D+ |
|
P_Dp |
* |
p-Value, D+ |
|
_Dm_ |
* |
Two-Sample Kolmogorov-Smirnov D- |
|
P_Dm |
* |
p-Value, D- |
|
_D_ |
* |
Two-Sample Kolmogorov-Smirnov Statistic D |
|
P_KSA |
* |
p-Value, D |
|
XP_Dp |
* |
Exact p-Value, D+ |
|
XPT_Dp |
* |
Exact Point Probability, D+ |
|
XP_Dm |
* |
Exact p-Value, D- |
|
XPT_Dm |
* |
Exact Point Probability, D- |
|
XP_D |
* |
Exact p-Value, D |
|
XPT_D |
* |
Exact Point Probability, D |
|
_CM_ |
Cramer-von Mises Statistic |
||
_CMA_ |
Cramer-von Mises Statistic (Asymptotic) |
||
_K_ |
* |
Kuiper Two-Sample Statistic |
|
_KA_ |
* |
Kuiper Two-Sample Statistic (Asymptotic) |
|
P_KA |
* |
p-Value, Two-Sample Kuiper Test |
|
_HL_ |
* |
Hodges-Lehmann Estimate, Location Shift |
|
L_HL |
* |
Lower Confidence Limit, Hodges-Lehmann |
|
U_HL |
* |
Upper Confidence Limit, Hodges-Lehmann |
|
M_HL |
* |
Confidence Limit Midpoint, Hodges-Lehmann |
|
E_HL |
* |
ASE of Hodges-Lehmann Estimate |
|
XL_HL |
* |
Exact Lower Confidence Limit, Hodges-Lehmann |
|
XU_HL |
* |
Exact Upper Confidence Limit, Hodges-Lehmann |
|
XM_HL |
* |
Exact Confidence Limit Midpoint |
|
_KLOTZ_ |
* |
Two-Sample Klotz Statistic |
|
Z_K |
* |
Klotz Statistic, Standardized |
|
PL_K |
* |
p-Value (Left-Sided), Klotz Test |
|
PR_K |
* |
p-Value (Right-Sided), Klotz Test |
|
P2_K |
* |
p-Value (Two-Sided), Klotz Test |
|
XPL_K |
* |
Exact p-Value (Left-Sided), Klotz Test |
|
XPR_K |
* |
Exact p-Value (Right-Sided), Klotz Test |
|
XPT_K |
* |
Exact Point Probability, Klotz Test |
|
XP2_K |
* |
Exact p-Value (Two-Sided), Klotz Test |
|
_CHK_ |
Klotz Chi-Square |
||
DF_CHK |
Degrees of Freedom, Klotz Chi-Square |
||
P_CHK |
p-Value, Klotz Chi-Square Test |
||
XP_CHK |
** |
Exact p-Value, Klotz Chi-Square Test |
|
XPT_CHK |
** |
Exact Point Probability, Klotz Chi-Square |
|
_MED_ |
* |
Two-Sample Median Statistic |
|
Z_MED |
* |
Median Statistic, Standardized |
|
PL_MED |
* |
p-Value (Left-Sided), Median Test |
|
PR_MED |
* |
p-Value (Right-Sided), Median Test |
|
P2_MED |
* |
p-Value (Two-Sided), Median Test |
|
XPL_MED |
* |
Exact p-Value (Left-Sided), Median Test |
|
XPR_MED |
* |
Exact p-Value (Right-Sided), Median Test |
|
XPT_MED |
* |
Exact Point Probability, Median Test |
|
XP2_MED |
* |
Exact p-Value (Two-Sided), Median Test |
|
_CHMED_ |
Median Chi-Square (Brown-Mood Test) |
||
DF_CHMED |
Degrees of Freedom, Median Chi-Square |
||
P_CHMED |
p-Value, Median Chi-Square Test |
||
XP_CHMED |
** |
Exact p-Value, Median Chi-Square Test |
|
XPT_CHME |
** |
Exact Point Probability, Median Chi-Square |
|
_MOOD_ |
* |
Two-Sample Mood Statistic |
|
Z_MOOD |
* |
Mood Statistic, Standardized |
|
PL_MOOD |
* |
p-Value (Left-Sided), Mood Test |
|
PR_MOOD |
* |
p-Value (Right-Sided), Mood Test |
|
P2_MOOD |
* |
p-Value (Two-Sided), Mood Test |
|
XPL_MOOD |
* |
Exact p-Value (Left-Sided), Mood Test |
|
XPR_MOOD |
* |
Exact p-Value (Right-Sided), Mood Test |
|
XPT_MOOD |
* |
Exact Point Probability, Mood Test |
|
XP2_MOOD |
* |
Exact p-Value (Two-Sided), Mood Test |
|
_CHMOOD_ |
Mood Chi-Square |
||
DF_CHMOO |
Degrees of Freedom, Mood Chi-Square |
||
P_CHMOOD |
p-Value, Mood Chi-Square Test |
||
XP_CHMOO |
** |
Exact p-Value, Mood Chi-Square Test |
|
XPT_CHMO |
** |
Exact Point Probability, Mood Chi-Square |
|
_SAV_ |
* |
Two-Sample Savage Statistic |
|
Z_SAV |
* |
Savage Statistic, Standardized |
|
PL_SAV |
* |
p-Value (Left-Sided), Savage Test |
|
PR_SAV |
* |
p-Value (Right-Sided), Savage Test |
|
P2_SAV |
* |
p-Value (Two-Sided), Savage Test |
|
XPL_SAV |
* |
Exact p-Value (Left-Sided), Savage Test |
|
XPR_SAV |
* |
Exact p-Value (Right-Sided), Savage Test |
|
XPT_SAV |
* |
Exact Point Probability, Savage Test |
|
XP2_SAV |
* |
Exact p-Value (Two-Sided), Savage Test |
|
_CHSAV_ |
Savage Chi-Square |
||
DF_CHSAV |
Degrees of Freedom, Savage Chi-Square |
||
P_CHSAV |
p-Value, Savage Chi-Square Test |
||
XP_CHSAV |
** |
Exact p-Value, Savage Chi-Square Test |
|
XPT_CHSA |
** |
Exact Point Probability, Savage Chi-Square |
|
_DATA_ |
* |
Two-Sample Data Scores Statistic |
|
Z_DATA |
* |
Data Scores Statistic, Standardized |
|
PL_DATA |
* |
p-Value (Left-Sided), Data Scores Test |
|
PR_DATA |
* |
p-Value (Right-Sided), Data Scores Test |
|
P2_DATA |
* |
p-Value (Two-Sided), Data Scores Test |
|
XPL_DATA |
* |
Exact p-Value (Left-Sided), Data Scores Test |
|
XPR_DATA |
* |
Exact p-Value (Right-Sided), Data Scores Test |
|
XPT_DATA |
* |
Exact Point Probability, Data Scores Test |
|
XP2_DATA |
* |
Exact p-Value (Two-Sided), Data Scores Test |
|
_CHDATA_ |
Data Scores Chi-Square |
||
DF_CHDAT |
Degrees of Freedom, Data Scores Chi-Square |
||
P_CHDATA |
p-Value, Data Scores Chi-Square Test |
||
XP_CHDAT |
** |
Exact p-Value, Data Scores Chi-Square Test |
|
XPT_CHDA |
** |
Exact Point Probability, Data Scores Chi-Square |
|
_ST_ |
* |
Two-Sample Siegel-Tukey Statistic |
|
Z_ST |
* |
Siegel-Tukey Statistic, Standardized |
|
PL_ST |
* |
p-Value (Left-Sided), Siegel-Tukey Test |
|
PR_ST |
* |
p-Value (Right-Sided), Siegel-Tukey Test |
|
P2_ST |
* |
p-Value (Two-Sided), Siegel-Tukey Test |
|
XPL_ST |
* |
Exact p-Value (Left-Sided), Siegel-Tukey Test |
|
XPR_ST |
* |
Exact p-Value (Right-Sided), Siegel-Tukey Test |
|
XPT_ST |
* |
Exact Point Probability, Siegel-Tukey Test |
|
XP2_ST |
* |
Exact p-Value (Two-Sided), Siegel-Tukey Test |
|
_CHST_ |
Siegel-Tukey Chi-Square |
||
DF_CHST |
Degrees of Freedom, Siegel-Tukey Chi-Square |
||
P_CHST |
p-Value, Siegel-Tukey Chi-Square Test |
||
XP_CHST |
** |
Exact p-Value, Siegel-Tukey Chi-Square Test |
|
XPT_CHST |
** |
Exact Point Probability, Siegel-Tukey Chi-Square |
|
_VW_ |
* |
Two-Sample Van der Waerden Statistic |
|
Z_VW |
* |
Van der Waerden Statistic, Standardized |
|
PL_VW |
* |
p-Value (Left-Sided), Van der Waerden Test |
|
PR_VW |
* |
p-Value (Right-Sided), Van der Waerden Test |
|
P2_VW |
* |
p-Value (Two-Sided), Van der Waerden Test |
|
XPL_VW |
* |
Exact p-Value (Left-Sided), Van der Waerden Test |
|
XPR_VW |
* |
Exact p-Value (Right-Sided), Van der Waerden Test |
|
XPT_VW |
* |
Exact Point Probability, Van der Waerden Test |
|
XP2_VW |
* |
Exact p-Value (Two-Sided), Van der Waerden Test |
|
_CHVW_ |
Van der Waerden Chi-Square |
||
DF_CHVW |
Degrees of Freedom, Van der Waerden Chi-Square |
||
P_CHVW |
p-Value, Van der Waerden Chi-Square Test |
||
XP_CHVW |
** |
Exact p-Value, Van der Waerden Chi-Square Test |
|
XPT_CHVW |
** |
Exact Point Prob, Van der Waerden Chi-Square |
|
_WIL_ |
* |
Two-Sample Wilcoxon Statistic |
|
Z_WIL |
* |
Wilcoxon Statistic, Standardized |
|
PL_WIL |
* |
p-Value (Left-Sided), Wilcoxon Test |
|
PR_WIL |
* |
p-Value (Right-Sided), Wilcoxon Test |
|
P2_WIL |
* |
p-Value (Two-Sided), Wilcoxon Test |
|
PTL_WIL |
* |
p-Value (Left-Sided), Wilcoxon t Approximation |
|
PTR_WIL |
* |
p-Value (Right-Sided), Wilcoxon t Approximation |
|
PT2_WIL |
* |
p-Value (Two-Sided), Wilcoxon t Approximation |
|
XPL_WIL |
* |
Exact p-Value (Left-Sided), Wilcoxon Test |
|
XPR_WIL |
* |
Exact p-Value (Right-Sided), Wilcoxon Test |
|
XPT_WIL |
* |
Exact Point Probability, Wilcoxon Test |
|
XP2_WIL |
* |
Exact p-Value (Two-Sided), Wilcoxon Test |
|
_KW_ |
Kruskal-Wallis Statistic |
||
DF_KW |
Degrees of Freedom, Kruskal-Wallis Test |
||
P_KW |
p-Value, Kruskal-Wallis Test |
||
XP_KW |
** |
Exact p-Value, Kruskal-Wallis Test |
|
XPT_KW |
** |
Exact Point Probability, Kruskal-Wallis Test |
|
Statistic included only for two-sample cases. |
|||
Statistic included only for multisample cases. |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.