
covcomp
returns the variance-covariance matrix of the
components P on S, and corcomp
returns the correlation matrix.
corcomp(S, P)
covcomp(S, P)
cov2cor(V)
a square
correlation/covariance matrix of the
component matrix of dimension
symmetric numeric matrix, usually positive definite such as a covariance matrix.
Valentin Rousson rousson@ifspm.unizh.ch and Martin Maechler maechler@stat.math.ethz.ch.
sca
, also for references
data(USJudgeRatings)
S.jr <- cor(USJudgeRatings)
sca.jr <- sca(S.jr, b=4, inter=FALSE)
Vr <- covcomp(S.jr, P = sca.jr$simplemat)
Vr
Cr <- corcomp(S.jr, P = sca.jr$simplemat)
Cr
Run the code above in your browser using DataLab