If I have, say, grades (A,B,C,D,E,F), and want to display the percentage and N of kids who got an A or B out of all kids, and ONLY that info, is it possible with PROC TABULATE?
I tried using multi-label formats, but with those I have to include all the other values in the format or they just show up in the PROC TABULATE results. I m looking for something like:
Kid Group----------Total N----------A or B N----------A or B %
Group 1 100 25 25%
Group 2 100 10 10%