Description Usage Arguments Details Value Author(s) References See Also Examples
Function to obtain the maximum number of circular triads of an observed matrix.
1 | getmaxcirc(X)
|
X |
Original sociomatrix. |
getmaxcirc
computes the maximum number of circular triads in a sociomatrix following original formulae proposed by Kendall and Babington Smith (1940):
maxd = {{1 \over 24} ≤ft( N^3 - N \right)} for N odd, | |
maxd = {{1 \over 24} ≤ft( N^3 - 4N \right)} for N even. | |
This function is used in getkendall in order to compute the K index for quantifying the degree of linearity in social dominance hierarchies.
maxcirc |
Maximum 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.
getcirc
, 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.