Slightly off topic, but I was wondering, can someone tell me when and how the cor () function has been improved recently? This is much faster than I remember, and now it is comparable in speed to the rcorr function in the HMisc package, which was my alternative correlation function for large matrices.
Thanks for all the suggestions: After some research, the speed difference is related to using the use = "pairwise" flag instead of an algorithmic change. When using this option, the difference in speed difference is ~ 8 times.
The speed for cor () on R from version 2.4 - 2.13 is comparable.
Thanks,
Yane
source share