dyadic_csi | R Documentation |
Collapses multiple types of interaction or association into a single network of composite indices of social relationships
dyadic_csi(networks)
networks |
A list of networks from which to calculate composite indices. Must be of the same dimensions, and in the same order. |
Dyadic composite sociality indices are calculated as in Sapolsky et al. (1991). The dyadic CSI is calculated as:
CSI_{ij} = frac{sum_{d = 1}^{D} frac{f_{dij}}{\bar{f_d}} } {D}
Before calculating these indices, it is important to consider whether the included networks positively covary. For example, grooming and proximity may be useful for generating a composite index, but it likely does not make sense to combine grooming and aggression.
A square matrix of dyadic compisite sociality indices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.