The SURVEYFREQ Procedure |
ODS Table Names |
PROC SURVEYFREQ 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 84.7 lists the ODS table names together with their descriptions and the options required to produce the tables.
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
ChiSq |
Chi-square test |
||
ChiSq1 |
Modified chi-square test |
||
CrossTabs |
Crosstabulation table |
(-way table, > 1) |
|
HadamardMatrix |
Hadamard matrix |
||
LRChiSq |
Likelihood ratio test |
||
LRChiSq1 |
Modified likelihood ratio test |
||
OddsRatio |
Odds ratio and relative risks |
OR ( table) |
|
OneWay |
One-way frequency table |
(with no TABLES stmt) |
|
or TABLES |
(one-way table) |
||
Risk1 |
Column 1 risk estimates |
||
Risk2 |
Column 2 risk estimates |
||
StrataInfo |
Stratum information |
||
Summary |
Data summary |
default |
|
TableSummary |
Table summary (not displayed) |
default |
|
VarianceEstimation |
Variance estimation |
||
or NOMCAR |
|||
WChiSq |
Wald chi-square test |
WCHISQ (two-way table) |
|
WLLChiSq |
Wald log-linear chi-square test |
WLLCHISQ (two-way table) |
Copyright © SAS Institute, Inc. All Rights Reserved.