Description Usage Arguments Details Value Author(s) References See Also Examples
Function to obtain the number of circular triads of an observed matrix.
1 | getcirc(X)
|
X |
Original sociomatrix. |
getcirc
computes the number of circular triads in a sociomatrix with the following formula:
d = {{N ≤ft( N-1 \right) ≤ft( 2N-1 \right)} \over 12} - {{1\over2} ∑\limits_{i = 1}^N {S_i}^2}, | |
where S_i is the row sum of the matrix of dominances.
This function it is also used in getkendall in order to compute the circularity index proposed by Kendall and Babington Smith (1940).
circular |
Number of circular triads. |
David Leiva <dleivaur@ub.edu>, Antonio Solanas <antonio.solanas@ub.edu>, Han de Vries <J.deVries1@uu.nl>, & David A. Kenny <david.kenny@uconn.edu>.
Kendall, M. G., & Babington Smith, B. (1940). On the method of paired comparisons. Biometrika, 31, 324-345.
getexpeccirc
, getkendall
, getpvkendall
.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.