Description Usage Arguments Value Note References See Also Examples
Returns a column vector that stacks the columns of A, a m x n matrix.
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. |
A vector with mn elements.
Unlike other 'vec()' functions on CRAN, matrixNormal versions inherit names from matrices to their vectorized forms.
vec() was adapted from Frederick Novomestky's matrixcalc. This function is edited so that it can take dimension names and return the matrix as a vector.
These functions were used as accessories used in matrixNormal functions.
Magnus, J. R. and H. Neudecker (1999). Matrix Differential Calculus with Applications in Statistics and Econometrics. Second Edition, John Wiley, ed.
Other matrix:
special.matrix
,
tr()
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.