lower.tri.to.corr.mat: Converts a vector of correlations to a full correlation matrix
Description
This function creates full correlation matrix from the vector containing elements below the diagonal.
Usage
lower.tri.to.corr.mat(corr.vec = NULL, d)
Value
corr.mat
Full correlation matrix
Arguments
corr.vec
A vector of elements below diagonal of correlation matrix. The elements must be ordered starting from first element below diagonal of the first column, then second element below diagonal of the first column and so on.