get_correlation_table {pmxcode} | R Documentation |
Convert of covariance matrix into a 0/1 correlation map table
Description
Convert of covariance matrix into a 0/1 correlation map table
Usage
get_correlation_table(x, na_zero = FALSE)
Arguments
x |
A covariance matrix |
na_zero |
Logical indicating whether NA should be replaced by 0's |
Value
A matrix of 0 and 1
[Package pmxcode version 0.1.3 Index]