search for: paydexnormingcategori

Displaying 1 result from an estimated 1 matches for "paydexnormingcategori".

Did you mean: paydexnormingcategory
2009 Nov 18
2
Median on Aggregated data
Folks, I have the following code, that works fine on smaller data sets. For larger datasets, it runs out of memory and runs way too slow because we are essentially creating large vectors with rep() and then calling median() on it. (I learned this approach from a post on the web). Below that, I have written the corresponding SAS code. The SAS code works fast because I can just tell the proc