Previous Page | Next Page

The SURVEYFREQ Procedure

ODS Table Names

PROC SURVEYFREQ assigns a name to each table it creates. You can use these names to reference tables when using 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 83.4 lists the table names, along with the corresponding analysis options.

Table 83.4 ODS Tables Produced by PROC SURVEYFREQ

ODS Table Name

Description

Statement

Option

ChiSq

Chi-square test

TABLES

CHISQ

ChiSq1

Modified chi-square test

TABLES

CHISQ1

CrossTabs

Crosstabulation table

TABLES

(-way table, )

HadamardMatrix

Hadamard matrix

PROC

VARMETHOD=BRR(PRINTH)

LRChiSq

Likelihood ratio test

TABLES

LRCHISQ

LRChiSq1

Modified likelihood ratio test

TABLES

LRCHISQ1

OddsRatio

Odds ratio and relative risks

TABLES

OR ( table)

OneWay

One-way frequency table

PROC

(with no TABLES stmt)

   

or TABLES

(one-way table)

Risk1

Column 1 risk estimates

TABLES

RISK or RISK1 ( table)

Risk2

Column 2 risk estimates

TABLES

RISK or RISK2 ( table)

StrataInfo

Stratum information

STRATA

LIST

Summary

Data summary

PROC

default

TableSummary

Table summary (not displayed)

TABLES

default

VarianceEstimation

Variance estimation

PROC

VARMETHOD=JK | BRR

     

or NOMCAR

WChiSq

Wald chi-square test

TABLES

WCHISQ (two-way table)

WLLChiSq

Wald log-linear chi-square test

TABLES

WLLCHISQ (two-way table)

Previous Page | Next Page | Top of Page