powered by
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.
m
tdecomp(m)
a symmetric matrix of minimum format 2*2.
a matrix.
Thought for use in discrcoord only.
discrcoord
# NOT RUN { x <- rnorm(10) y <- rnorm(10) z <- cov(cbind(x,y)) round(tdecomp(z),digits=2) # }
Run the code above in your browser using DataLab