mutuality | R Documentation |
Returns the mutuality scores of the graphs indicated by g
in dat
.
mutuality(dat, g=NULL)
dat |
one or more input graphs. |
g |
a vector indicating which elements of |
The mutuality of a digraph G is defined as the number of complete dyads (i.e., i<->j) within G. (Compare this to dyadic reciprocity, the fraction of dyads within G which are symmetric.) Mutuality is commonly employed as a measure of reciprocal tendency within the p* literature; although mutuality can be very hard to interpret in practice, it is much better behaved than many alternative measures.
One or more mutuality scores
Carter T. Butts buttsc@uci.edu
Moreno, J.L., and Jennings, H.H. (1938). “Statistics of Social Configurations.” Sociometry, 1, 342-374.
grecip
#Create some random graphs
g<-rgraph(15,3)
#Get mutuality and reciprocity scores
mutuality(g)
grecip(g) #Compare with mutuality
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.