Could anyone can help me telling the way how I can build correlation matrix in R? Thanks in advance. -- View this message in context: http://r.789695.n4.nabble.com/Correlation-Matrix-tp4630389.html Sent from the R help mailing list archive at Nabble.com.
Hi, unless you're dealing with heteroskedastic datas, the command *cor(x)* will be enough, where *x* is your data matrix; in this function you can easily select the method which has to be used: Pearson's, Kendall's or Spearman's correlation. -- View this message in context: http://r.789695.n4.nabble.com/Correlation-Matrix-tp4630389p4630392.html Sent from the R help mailing list archive at Nabble.com.