idx {PCIT} | R Documentation |
Get the indicies for the significant edges in a network.
idx <- idx(result)
result |
- A result object returned from pcit() |
Linear indices are returned for those correlations found to be significant.
Nathan S. Watson-Haigh
data(PCIT) m <- m[1:200,1:200] # just use a small subset of the data result <- pcit(m) idx <- idx(result)