Hi! I'm trying to figure out what CTABLES should do in a corner case. If
there's someone out there with SPSS who would run the following syntax and
send me the output, I'd very much appreciate it.

Thanks,

Ben.

DATA LIST LIST NOTABLE/gender region weight.
VALUE LABELS gender 1 'M' 2 'F' / region 1 'NE' 2 'MW' 3 'S' 4 'W'.
WEIGHT BY weight.
BEGIN DATA.
1 1 607
1 2 719
1 3 1094
1 4 712
2 1 802
2 2 935
2 3 1296
2 4 834
END DATA.
CTABLES
  /TABLE = gender [COUNT, COLPCT] BY region
  /SLABELS POSITION=ROW
  /CATEGORIES VARIABLES = region TOTAL = YES.

Reply via email to