Description Usage Arguments Details Value Author(s) References See Also Examples
Function to obtain Landau's h index for quantifying linearity in social dominance hierarchies.
1 | getlandau(X)
|
X |
Original sociomatrix. |
getlandau
computes Landau's h index (1951) for quantifying the degree of linearity in social dominance hierarchies. The linearity index is defined as:
h = {12 \over {N^3-N}} ∑\limits_{i = 1}^N {≤ft(V_i-{{N-1} \over 2} \right)^2}, |
where V_i is the number of individuals dominated by the individual i. The elements V_i of the vector V is just the row sum of matrix of abilities, which is computed by the function called freq2abil.
landauh |
Landau's index h. |
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>.
Landau, H. G. (1951). On dominance relations and the structure of animal societies: I. Effect of inherent characteristics. Bulletin of Mathematical Biophysics, 13, 1-19.
freq2abil
, getexpech
, getimplandau
, getvarh
, linear.hierarchy.test
.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.