Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The CATMOD Procedure

Computational Method

The notation used in PROC CATMOD differs slightly from that used in other literature. The following table provides a summary of the basic dimensions and the notation for a contingency table. See the "Computational Formulas" section, which follows, for a complete description.

Summary of Basic Dimensions

s=number of populations or samples ( = number of rows in the underlying contingency table)
r=number of response categories (= number of columns in the underlying contingency table)
q=number of response functions computed for each population
d=number of parameters

Notation

jdenotes a column vector of 1s.
Jdenotes a square matrix of 1s.
\sum_kis the sum over all the possible values of k.
nidenotes the row sum \sum_j n_{ij}.
DIAGn(p)is the diagonal matrix formed from the first n elements of the vector p.
DIAGn-1(p)is the inverse of DIAGn(p).
DIAG(A1, A2, ... , Ak)denotes a block diagonal matrix with the A matrices on the main diagonal.

Input data can be represented by a contingency table, as shown in Table 22.4.

Table 22.4: Input Data Represented by a Contingency Table
  Response  
Population 1 2 ... r Total
1n11n12...n1rn1
2n21n22...n2rn2
\vdots\vdots\vdots\ddots\vdots\vdots
sns1ns2...nsrns

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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