
cormat_from_triangle
makes a correlation matrix from a vector of the upper right triangle
cormat_from_triangle(cors)
matrix
the correlations among the variables as a vars\*(vars-1)/2 vector
cormat_from_triangle(c(.2, .3, .4,
.5, .6,
.7))
Run the code above in your browser using DataLab