tdecomp | R Documentation |
Computes transposed eigenvectors of matrix m
times diagonal of
square root of eigenvalues so that eigenvalues smaller than 1e-6 are
set to 1e-6.
tdecomp(m)
m |
a symmetric matrix of minimum format 2*2. |
Thought for use in discrcoord
only.
a matrix.
Thought for use within discrcoord
only.
Christian Hennig christian.hennig@unibo.it https://www.unibo.it/sitoweb/christian.hennig/en/
x <- rnorm(10)
y <- rnorm(10)
z <- cov(cbind(x,y))
round(tdecomp(z),digits=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.