convert_corr_array_to_data_matrix: Convert Array of Correlation Matrices to a Data Matrix

Description Usage Arguments Value Functions See Also

View source: R/convert_corr_array_to_data_matrix.R

Description

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.

Usage

1
2
3

Arguments

arr

An array of square, symmetrical matrices or a data matrix of such form.

verbose

should add messages?

Value

a matrix with the vectorized matrices as rows

Functions

See Also

Other vectriangle: convert_data_matrix_to_corr_array_raw(), triangle2vector()


itamarfaran/corrpops documentation built on Dec. 20, 2021, 8:02 p.m.