extract.edges
extract.edges.RdGenerates edge-wise masks for calculating subject-level network strengths
Arguments
- NBS.obj
A list object generated from an earlier
NBS()analysis- network
the network number (reported in the earlier NBS results) of the network to be masked. Set to 1 by default
Value
Returns a list object containing
clust.tstatthresholded edge-wise t-statistics.Edges not belonging to this cluster will be zeroed.pos.edgesA vector of 1s and 0s indicating the significant network-thresholded positive edges.neg.edgesA vector of -1s and 0s indicating the significant network-thresholded negative edges.pos.maskA vector of 1s and 0s indicating the significant network-thresholded positive edges.neg.maskA vector of 1s and 0s indicating the significant network-thresholded negative edges.