The OUTPUT statement creates a SAS data set that contains statistics that are computed by PROC FREQ. Table 40.7 lists the statistics that can be stored in the output data set. You identify which statistics to include by specifying output-options.
You must use a TABLES statement with the OUTPUT statement. The OUTPUT statement stores statistics for only one table request. If you use multiple TABLES statements, the contents of the output data set correspond to the last TABLES statement. If you use multiple table requests in a single TABLES statement, the contents of the output data set correspond to the last table request. Only one OUTPUT statement is allowed in a single invocation of the procedure.
For a one-way or two-way table, the output data set contains one observation that stores the requested statistics for the table. For a multiway table, the output data set contains an observation for each two-way table (stratum) of the multiway crosstabulation. If you request summary statistics for the multiway table, the output data set also contains an observation that stores the across-strata summary statistics. If you use a BY statement, the output data set contains an observation or set of observations for each BY group. For more information about the contents of the output data set, see the section Contents of the OUTPUT Statement Output Data Set.
The output data set that is created by the OUTPUT statement is not the same as the output data set that is created by the OUT= option in the TABLES statement. The OUTPUT statement creates a data set that contains statistics (such as the Pearson chi-square and its p-value), and the OUT= option in the TABLES statement creates a data set that contains frequency table counts and percentages. See the section Output Data Sets for more information.
As an alternative to the OUTPUT statement, you can use the Output Delivery System (ODS) to store statistics that PROC FREQ computes. ODS can create a SAS data set from any table that PROC FREQ produces. See the section ODS Table Names for more information.
You can specify the following options in the OUTPUT statement:
Table 40.7: OUTPUT Statement Output Options
Output Option |
Output Data Set Statistics |
Required TABLES Statement Option |
|||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
McNemar’s test ( tables), Bowker’s test, |
|||||||||||||||||||||||||||||||||||||||||||||||||
simple and weighted kappas; for multiple strata, |
|||||||||||||||||||||||||||||||||||||||||||||||||
overall simple and weighted kappas, tests for equal |
|||||||||||||||||||||||||||||||||||||||||||||||||
kappas, and Cochran’s Q ( tables) |
|||||||||||||||||||||||||||||||||||||||||||||||||
Continuity-adjusted chi-square ( tables) |
|||||||||||||||||||||||||||||||||||||||||||||||||
N (number of nonmissing observations) |
|||||||||||||||||||||||||||||||||||||||||||||||||
Breslow-Day test ( tables) |
|||||||||||||||||||||||||||||||||||||||||||||||||
Binomial statistics (one-way tables) |
|||||||||||||||||||||||||||||||||||||||||||||||||
For one-way tables, goodness-of-fit test; |
|||||||||||||||||||||||||||||||||||||||||||||||||
for two-way tables, Pearson, likelihood ratio, |
|||||||||||||||||||||||||||||||||||||||||||||||||
continuity-adjusted, and Mantel-Haenszel |
|||||||||||||||||||||||||||||||||||||||||||||||||
chi-squares, Fisher’s exact test ( tables), |
|||||||||||||||||||||||||||||||||||||||||||||||||
phi and contingency coefficients, Cramér’s V |
|||||||||||||||||||||||||||||||||||||||||||||||||
Cochran-Mantel-Haenszel (CMH) correlation, |
|||||||||||||||||||||||||||||||||||||||||||||||||
row mean scores (ANOVA), and general |
|||||||||||||||||||||||||||||||||||||||||||||||||
association statistics; for tables, logit |
|||||||||||||||||||||||||||||||||||||||||||||||||
and Mantel-Haenszel common odds ratios |
|||||||||||||||||||||||||||||||||||||||||||||||||
and relative risks, Breslow-Day test |
|||||||||||||||||||||||||||||||||||||||||||||||||
CMH statistics, except row mean scores (ANOVA) |
|||||||||||||||||||||||||||||||||||||||||||||||||
and general association statistics |
|||||||||||||||||||||||||||||||||||||||||||||||||
CMH statistics, except general association statistic |
|||||||||||||||||||||||||||||||||||||||||||||||||
CMH correlation statistic |
|||||||||||||||||||||||||||||||||||||||||||||||||
CMH general association statistic |
|||||||||||||||||||||||||||||||||||||||||||||||||
CMH row mean scores (ANOVA) statistic |
|||||||||||||||||||||||||||||||||||||||||||||||||
Cochran’s Q ( tables) |
|||||||||||||||||||||||||||||||||||||||||||||||||
Contingency coefficient |
|||||||||||||||||||||||||||||||||||||||||||||||||
Cramér’s V |
|||||||||||||||||||||||||||||||||||||||||||||||||
Test for equal simple kappas |
|||||||||||||||||||||||||||||||||||||||||||||||||
Zelen’s test for equal odds ratios ( tables) |
CMH and EXACT EQOR |
||||||||||||||||||||||||||||||||||||||||||||||||
Test for equal weighted kappas |
|||||||||||||||||||||||||||||||||||||||||||||||||
Fisher’s exact test |
|||||||||||||||||||||||||||||||||||||||||||||||||
Gamma |
|||||||||||||||||||||||||||||||||||||||||||||||||
Gail-Simon test |
|||||||||||||||||||||||||||||||||||||||||||||||||
Jonckheere-Terpstra test |
|||||||||||||||||||||||||||||||||||||||||||||||||
Simple kappa coefficient |
|||||||||||||||||||||||||||||||||||||||||||||||||
Kendall’s tau-b |
|||||||||||||||||||||||||||||||||||||||||||||||||
Lambda asymmetric |
|||||||||||||||||||||||||||||||||||||||||||||||||
Lambda symmetric |
|||||||||||||||||||||||||||||||||||||||||||||||||
Lambda asymmetric |
|||||||||||||||||||||||||||||||||||||||||||||||||
Logit common odds ratio |
|||||||||||||||||||||||||||||||||||||||||||||||||
Logit common relative risk, column 1 |
|||||||||||||||||||||||||||||||||||||||||||||||||
Logit common relative risk, column 2 |
|||||||||||||||||||||||||||||||||||||||||||||||||
Likelihood ratio chi-square |
|||||||||||||||||||||||||||||||||||||||||||||||||
McNemar’s test ( tables) |
|||||||||||||||||||||||||||||||||||||||||||||||||
Gamma, Kendall’s tau-b, Stuart’s tau-c, |
|||||||||||||||||||||||||||||||||||||||||||||||||
Somers’ and , Pearson and |
|||||||||||||||||||||||||||||||||||||||||||||||||
Spearman correlations, lambda asymmetric |
|||||||||||||||||||||||||||||||||||||||||||||||||
and , lambda symmetric, |
|||||||||||||||||||||||||||||||||||||||||||||||||
uncertainty coefficients and , |
|||||||||||||||||||||||||||||||||||||||||||||||||
symmetric uncertainty coefficient; |
|||||||||||||||||||||||||||||||||||||||||||||||||
odds ratio and relative risks ( tables) |
|||||||||||||||||||||||||||||||||||||||||||||||||
Mantel-Haenszel chi-square |
|||||||||||||||||||||||||||||||||||||||||||||||||
Mantel-Haenszel common odds ratio |
|||||||||||||||||||||||||||||||||||||||||||||||||
Mantel-Haenszel common relative risk, column 1 |
|||||||||||||||||||||||||||||||||||||||||||||||||
Mantel-Haenszel common relative risk, column 2 |
|||||||||||||||||||||||||||||||||||||||||||||||||
Number of nonmissing observations |
|||||||||||||||||||||||||||||||||||||||||||||||||
Number of missing observations |
|||||||||||||||||||||||||||||||||||||||||||||||||
Odds ratio ( tables) |
|||||||||||||||||||||||||||||||||||||||||||||||||
Chi-square goodness-of-fit test (one-way tables), |
|||||||||||||||||||||||||||||||||||||||||||||||||
Pearson chi-square (two-way tables) |
|||||||||||||||||||||||||||||||||||||||||||||||||
Pearson correlation coefficient |
|||||||||||||||||||||||||||||||||||||||||||||||||
Phi coefficient |
|||||||||||||||||||||||||||||||||||||||||||||||||
Polychoric correlation coefficient |
|||||||||||||||||||||||||||||||||||||||||||||||||
Column 1 risk difference (row 1 – row 2) |
|||||||||||||||||||||||||||||||||||||||||||||||||
Column 2 risk difference (row 1 – row 2) |
|||||||||||||||||||||||||||||||||||||||||||||||||
Odds ratio and relative risks ( tables) |
|||||||||||||||||||||||||||||||||||||||||||||||||
Risks and risk differences ( tables) |
|||||||||||||||||||||||||||||||||||||||||||||||||
Risks and risk difference, column 1 |
|||||||||||||||||||||||||||||||||||||||||||||||||
Risks and risk difference, column 2 |
|||||||||||||||||||||||||||||||||||||||||||||||||
Relative risk, column 1 |
|||||||||||||||||||||||||||||||||||||||||||||||||
Relative risk, column 2 |
|||||||||||||||||||||||||||||||||||||||||||||||||
Column 1 overall risk |
|||||||||||||||||||||||||||||||||||||||||||||||||
Column 1 risk for row 1 |
|||||||||||||||||||||||||||||||||||||||||||||||||
Column 2 risk for row 1 |
|||||||||||||||||||||||||||||||||||||||||||||||||
Column 2 overall risk |
|||||||||||||||||||||||||||||||||||||||||||||||||
Column 1 risk for row 2 |
|||||||||||||||||||||||||||||||||||||||||||||||||
Column 2 risk for row 2 |
|||||||||||||||||||||||||||||||||||||||||||||||||
Spearman correlation coefficient |
|||||||||||||||||||||||||||||||||||||||||||||||||
Somers’ |
|||||||||||||||||||||||||||||||||||||||||||||||||
Somers’ |
|||||||||||||||||||||||||||||||||||||||||||||||||
Stuart’s tau-c |
|||||||||||||||||||||||||||||||||||||||||||||||||
Cochran-Armitage test for trend |
|||||||||||||||||||||||||||||||||||||||||||||||||
Bowker’s test of symmetry |
|||||||||||||||||||||||||||||||||||||||||||||||||
Symmetric uncertainty coefficient |
|||||||||||||||||||||||||||||||||||||||||||||||||
Uncertainty coefficient |
|||||||||||||||||||||||||||||||||||||||||||||||||
Uncertainty coefficient |
|||||||||||||||||||||||||||||||||||||||||||||||||
Weighted kappa coefficient |
|||||||||||||||||||||||||||||||||||||||||||||||||
You can specify the following output-options in the OUTPUT statement.