correlation matrix r without cor() code example
Example: correlation matrix in r
result = cor(x, method = "pearson", use = "complete.obs")
round(result,2)
result = cor(x, method = "pearson", use = "complete.obs")
round(result,2)