Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The CATMOD Procedure

Background: The Underlying Model

The CATMOD procedure analyzes data that can be represented by a two-dimensional contingency table. The rows of the table correspond to populations (or samples) formed on the basis of one or more independent variables. The columns of the table correspond to observed responses formed on the basis of one or more dependent variables. The frequency in the (i,j)th cell is the number of subjects in the ith population that have the jth response. The frequencies in the table are assumed to follow a product multinomial distribution, corresponding to a sampling design in which a simple random sample is taken for each population. The contingency table can be represented as shown in Table 22.1.

Table 22.1: Contingency Table Representation
  Response  
Sample 1 2 ... r Total
1n11n12...n1rn1
2n21n22...n2rn2
\vdots\vdots\vdots\ddots\vdots\vdots
sns1ns2...nsrns

For each sample i, the probability of the jth response (\pi_{ij}) is estimated by the sample proportion, pij=nij/ni. The vector (p) of all such proportions is then transformed into a vector of functions, denoted by F = F(p). If {\pi}denotes the vector of true probabilities for the entire table, then the functions of the true probabilities, denoted by {F(\pi)}, are assumed to follow a linear model

{E_A}(F) = F({\pi}) = X {\beta}
where EA denotes asymptotic expectation, X is the design matrix containing fixed constants, and {\beta} is a vector of parameters to be estimated.

PROC CATMOD provides two estimation methods:

Following parameter estimation, hypotheses about linear combinations of the parameters can be tested. For that purpose, PROC CATMOD computes generalized Wald (1943) statistics, which are approximately distributed as chi-square if the sample sizes are sufficiently large and the null hypotheses are true.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.