Description Usage Arguments Details Value Note Examples
Stacks elements of the lower triangle of a numeric symmetric matrix A.
1 |
A |
A matrix with m rows and n columns. |
use.Names |
Logical. If TRUE, the names of A are taken to be names of the stacked matrix. Default: TRUE. |
tol |
A numeric tolerance level used to check if a matrix is symmetric. That is, a matrix is symmetric if the difference between the matrix and its transpose is between - |
For a symmetric matrix A, the vectorization of A contains more information than necessary. The half-vectorization, denoted vech()
, of a symmetric square n by n matrix A is the vectorization of the lower triangular portion.
A vector with n(n+1)/2 elements.
Unlike other vech()
functions available on CRAN, matrixNormal versions inherit names from matrices to their vectorized forms.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.