vecli2m {miscTools} | R Documentation |
Converts a vector into a symmetric matrix that the original vector contains the linear independent values of the returned symmetric matrix.
vecli2m( v )
v |
a vector. |
Arne Henningsen
v <- c( 11, 12, 13, 22, 23, 33 ) vecli2m( v )