clusteringCoefficientPercent {PCIT}R Documentation

Calculate the clustering coefficient measured as the percentage of non-zero correlation coefficients

Description

Given a correlation matrix the PCIT algorithm is applied. Linear indices are returned for those correlations found to be non-significant.

Usage

  clusteringCoefficientPercent(adj)

Arguments

adj - An adjacency matrix. Calculating the clustering coefficient percentage only makes sense if some connections are zero i.e. no connection.

Value

A numerical between 0 and 100.

Author(s)

Nathan S. Watson-Haigh


[Package PCIT version 1.01-1 Index]