clusteringCoefficientPercent {PCIT} | R Documentation |
Given a correlation matrix the PCIT algorithm is applied. Linear indices are returned for those correlations found to be non-significant.
clusteringCoefficientPercent(adj)
adj |
- An adjacency matrix. Calculating the clustering coefficient percentage only makes sense if some connections are zero i.e. no connection. |
A numerical between 0 and 100.
Nathan S. Watson-Haigh