Ltrinv | R Documentation |
Ltrans
to map back a vector into a symmetric matrix. This function is the inverse function of Ltrans
, which is to map a vector back to a symmetric matrix.
Ltrinv(x, V, d = TRUE)
x |
A vector to convert to a matrix, which is of length p. |
V |
Dimension of the matrix which |
d |
Whether diagonal is kept in |
A symmetric matrix whose upper triangle part is x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.