Hey, I want to make a table like this:
E F Tot %
A 2 4 6 60%
B 2 2 4 40%
Total 4 6 10 100%
% 40% 60% 100%
I have 2 class variables:
Ive tried the obvious: doesnt work.
TABLE CLASS1 all PCTN<CLASS2>,CLASS2*n all PCTN<CLASS1>;
I keep getting a nesting error...