 variables can be represented as an
 variables can be represented as an
     -dimensional table without loss of information.
-dimensional table without loss of information.
  
  
| 
A `natural' format | 
| 
A `machine-readable' format 
 | 
| This format can be easily produced by stats programs (for
  exporting data to other programs). For instance, in SPSS: 
procedure output out='temp.dat'.  
crosstabs /var=a(1,5) b(1,3)
          /tables=a by b
          /write=all.
 | 
data list free /dose outcome count. begin data. 1 3 15 1 2 1 1 1 281 2 3 17 2 2 0 2 1 225 3 3 22 3 2 7 3 1 283 4 3 38 4 2 59 4 1 202 5 3 144 5 2 132 5 1 9 end data. weight by count.
Loglinear Analysis Unit 2
|  | 
 | ||||||||