Skip to content
Prev 68840 / 398506 Next

generalized matrix product ?

I don't see how you can generalized inner product to get to rank
correlations.  Rank correlations are not computed by simply replacing the
multiplication in the inner product with something else, but they replace
the data values with ranks, and then compute the usual correlations on the
ranks.

If you want to generate rank correlation matrix, use cor(...,
method="spearman").

Andy