You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
First thanks a lot for developing such an awesome package! It gives me a lot of help!
I noticed that only pearson correlation is allowed now, is it possible for you to add spearman correlation in cor_test?
Thanks!
Yang
The text was updated successfully, but these errors were encountered:
Glad to hear you like the package. When I developed it I was surprised I was the first to see the need for a general package with tests like that... So always good to see other people appreciate it too.
About Spearman correlation - it is possible to add it, but it takes a lot more time compared with Pearson's correlation. Plus it might not be as fast in the end, since it uses ranks which are harder to vectorise. Adding Spearman's correlation is on my mind, but cannot promise it will be added quickly. Will have a look this week and try to estimate how much time it would take.
Thanks for the clarification about the difference between spearman and pearson. I don't know much about the underlying mechanism of vectorization but may you succeed and make matrixTests more powerful!
Thanks again.
Hi,
First thanks a lot for developing such an awesome package! It gives me a lot of help!
I noticed that only pearson correlation is allowed now, is it possible for you to add spearman correlation in cor_test?
Thanks!
Yang
The text was updated successfully, but these errors were encountered: