|
Hello, I have a proc tabulate statement that looks like this:
proc tabulate data=all out=mout missing;
by gr8unit;
class mathpl mexpabove mplnabove mactabove ;
table (mathpl all), (mexpabove* mplnabove * mactabove)*(n rowpctn="Row Pct");
The problem is that for each gr8unit for each row in the table in the list
file, the numbers are smaller than in the output data set. For example,
for one such gr8unit, the sum of all the numbers in the row where mathpl
is 4, is 6 in the listing file, but is 17 in the output data set!
I don't get this at all. Does anyone know what's going on here?
--
Stuart Luppescu -=-=- s-luppescu <AT> uchicago <DOT> edu
CCSR at U of C ,.;-*^*-;., ccsr.uchicago.edu
(^_^)/ ºÍ ¸¤ÈÃÒÆ Èþ¤ÎÉã
Where are we going? And what are we doing in this handbasket?
|