Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

correlation matrix in r

result = cor(x, method = "pearson", use = "complete.obs")
round(result,2)
Source by www.sthda.com #
 
PREVIOUS NEXT
Tagged: #correlation #matrix
ADD COMMENT
Topic
Name
9+3 =