powered by
Produce a symmetric correlation matrix from values.
cor_matrix(...)
Return a symmetric correlation matrix.
Correlation values to transform into the symmetric correlation matrix (by row).
cor_matrix( 1.0, 0.7, 0.3, 0.7, 1.0, 0.5, 0.3, 0.5, 1.0 ) cor_matrix( 1.0, NA, NA, 0.7, 1.0, NA, 0.3, 0.5, 1.0 )
Run the code above in your browser using DataLab