lower_vec_indices | R Documentation |
Code obtained from lavaan
:
https://github.com/yrosseel/lavaan/blob/6f047c800206d23f246d484b9522295257614222/R/lav_matrix.R
lower_vec_indices(n = 1L, diagonal = TRUE)
n |
Dimension of square matrix. |
diagonal |
If |
Indices x
so that a[x] = c(a)[x]
returns the elements
of the lower (upper) diagonal matrix in row-wise (column-wise)
order.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.