Message-ID: <CA+jRDxDa1y3oz7C_oxfqPxHmAxzEH++zVCegAoyd-mkfsLtXDw@mail.gmail.com>
Date: 2016-06-17T09:47:25Z
From: Shane Carey
Subject: Kendall heat map
Hi,
I was hoping someone could help me. I was wondering are there any libraries
available to undertake a kendall correlation on a matrix of data, in the
same way as what can be undertaken with the rcorr function:
cormatrix = rcorr(as.matrix(A), type='spearman')
cordata = melt(cormatrix$r)
ggplot(cordata, aes(x=Var1, y=Var2, fill=value)) +
geom_tile() + xlab("") + ylab("")
Thanks
--
Le gach dea ghui,
Shane
[[alternative HTML version deleted]]