uss2css | R Documentation |
Convert centered sum-of-square matrices (css), uncentered sum-of-square matrices (uss), and covariance matrices (cov) into each other.
uss2css(uss, n, mean)
css2uss(css, n, mean)
css2cov(css, n)
cov2css(cov, n)
uss , css , cov |
Uncentered sum-of-square, centered sum-of-square, and covariance matrix. |
n |
Number of observations that have gone into the sum-of-square matrix. |
mean |
Mean of the observations that have gone into the sum-of-square matrix. |
A square matrix.
ss
, cov2cor
, cor2cov
, cov2tau
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.