powered by
Ltrans
This function is the inverse function of Ltrans, which is to map a vector back to a symmetric matrix.
Ltrinv(x, V, d = TRUE)
A symmetric matrix whose upper triangle part is x.
x
A vector to convert to a matrix, which is of length p.
Dimension of the matrix which x is converted to.
Whether diagonal is kept in x or not.