For the m-way contingency table, we consider models that describe the possible multiplicative interactions among the m variables of the table, and we show how to select models that fit the data in the ...
Different approaches exist for compensating for probabilistic linkage error when analysing a two-way contingency table for categorical data, where one variable is ...
Large contingency tables arise in many contexts but especially in the collection of survey and census data by government statistical agencies. Because the vast majority of the variables in this ...
In the following TABLES statement, each variable list consists of a single variable: proc corresp data=Neighbor dimens=1 observed short; ods select observed; tables Sex, Age; run; These statements ...
Requests one-way to n-way frequency and crosstabulation tables and computes the statistics for these tables. Default: If you omit the TABLES statement, PROC FREQ generates one-way frequency tables for ...