Multiway tables consisting of frequencies or data values can be repre-
sented in the edit field in the following way:
3 *
4 *TABLE TEST,5,11,F
5 * A A1 A2 A3
6 * B B1 B2 B3 B1 B2 B3 B1 B2 B3
7 * C D **
8 * C1 D1 1 5 9 13 17 21 25 29 33
9 * D2 2 6 10 14 18 22 26 30 34
10 * C2 D1 3 7 11 15 19 23 27 31 35
11 * D2 4 8 12 16 20 24 28 32 36
12 *
Above a 4-dimensional (3x3x2x2) table is written on edit lines 5-11.
The TABLE line (4) gives the name (TEST), lines (5,11) and type (F).
This table has two row classifiers (C,D) and two column classifiers (A,B).
Frequency tables are of type F and data tables of type X.
Input and output tables of TAB operations have this structure.
T = More information on TAB operations