powered by
Converts a vector into a symmetric matrix that the original vector contains the linear independent values of the returned symmetric matrix.
vecli2m( v )
a vector.
vecli, veclipos.
vecli
veclipos
# NOT RUN { v <- c( 11, 12, 13, 22, 23, 33 ) vecli2m( v ) # }
Run the code above in your browser using DataLab