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