CovToCor {QRMlib} | R Documentation |
extracts the correlation matrix from a covariance matrix
CovToCor(mat)
mat |
a covariance matrix |
This is a custom function built by Alexander McNeil. It provides the same functionality as R's built in cov2cor() method in the stats package.
a correlation matrix