cor2adj {DGM} | R Documentation |
Threshold correlation matrix to match a given number of edges.
Description
Threshold correlation matrix to match a given number of edges.
Usage
cor2adj(R, n)
Arguments
R |
correlation matrix. |
n |
number of edges. |
Value
A thresholded matrix.
[Package DGM version 1.7.4 Index]