lavaan-deprecated {lavaan} | R Documentation |
These functions have been renamed, or have been removed. They are still included in this version for convenience, but they may be eventually removed.
vech(S, diagonal = TRUE) vechr(S, diagonal = TRUE) vechu(S, diagonal = TRUE) vechru(S, diagonal = TRUE) vech.reverse(x, diagonal = TRUE) vechru.reverse(x, diagonal = TRUE) vechr.reverse(x, diagonal = TRUE) vechu.reverse(x, diagonal = TRUE) lower2full(x, diagonal = TRUE) upper2full(x, diagonal = TRUE) duplicationMatrix(n = 1L) commutationMatrix(m = 1L, n = 1L) sqrtSymmetricMatrix(S)
S |
A symmetric matrix. |
x |
A numeric vector containing the lower triangular or upper triangular elements of a symmetric matrix, possibly including the diagonal elements. |
diagonal |
Logical. If |
n |
Integer. Dimension of the symmetric matrix, or column dimension of a non-square matrix. |
m |
Integer. Row dimension of a matrix. |
The vech
function has been renamed lav_matrix_vech
.
The vech.reverse
function has been renamed lav_matrix_vech_reverse
.
The lower2full
function has been renamed lav_matrix_lower2full
.
The duplicationMatrix
function has been renamed lav_matrix_duplication
.
The commutationMatrix
function has been renamed lav_matrix_commutation
.
The sqrtSymmetricMatrix
function has been renamed lav_matrix_symmetric_sqrt
.