Hi there,

I got a data frame with more than 200k columns. How could I get median of each 
column fast? mapply is the fastest function I know for that, it's not yet 
satisfied though. 

It seems function "median" in R calculates median by "sort" and "mean". I am 
wondering if there is another function with better algorithm.

Any hint?

Thanks,

Xin Zheng
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to