Displaying 1 result from an estimated 1 matches for "_freq_".
Did you mean:
_free_
2009 Nov 18
2
Median on Aggregated data
...numeric(i), as.numeric(j), as.numeric(myMedian) );
k <- k+1;
}
}
---------------------- Begin SAS code
------------------------------------
proc summary data=SASUser.PaydexNormfull nway;
class PaydexNormingCategory SIC ;
weight Counts;
var Paydex;
output out=outstat (drop=_type_ _freq_)
median= / autoname;
run;
---------------------- End SAS code ------------------------------------
Thanks for your guidance!
Vivek Satsangi
GE Capital
Americas
GE imagination at work
[[alternative HTML version deleted]]