cov2pcor {gRbase} | R Documentation |
cov2pcor
calculates the partial correlation matrix from an
(empirical) covariance matrix
cov2pcor(V)
V |
Covariance matrix |
A matrix with the same dimension as V.
Søren Højsgaard, sorenh@agrsci.dk
data(math) S <- cov.wt(math)$cov cov2pcor(S)