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. See Example 86.3 for examples of storing PROC SURVEYFREQ tables as output data sets.
Table 86.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 request, > 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 |
No TABLES statement |
|
or TABLES |
One-way table request |
||
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) |