Description Usage Arguments Value Functions See Also
View source: R/convert_corr_array_to_data_matrix.R
Convert a data matrix of vectorized correlation matrices to an array. Each row becomes a matrix in the output array. If matr is already of class array, nothing is performed.
1 2 3 | convert_data_matrix_to_corr_array_raw(matr)
convert_data_matrix_to_corr_array(matr, verbose = FALSE)
|
matr |
a data matrix of vectorized correlation matrices |
verbose |
should add messages? |
an array with the rows as correlation matrices
convert_data_matrix_to_corr_array_raw
: internal function of convert_data_matrix_to_corr_array
Other vectriangle:
convert_corr_array_to_data_matrix_raw()
,
triangle2vector()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.