Description Usage Arguments Details Value Author(s) References See Also Examples
Function to estimate statistical significance for Landau's h index.
1 | linear.hierarchy.test(X,rep=9999)
|
X |
Original sociomatrix. |
rep |
Number of randomizations. A number between 1 and 1000000 should be specified. |
linear.hierarchy.test
estimates statistical significance for Landau's h index by means of a two-step randomization procedure proposed by de Vries (1995). If number of individuals is greater or equal to 10 it also provides with statistical significance for Kendall's linearity index by means of a Chi-squared test.
nind |
Number of individuals. |
dyads |
Number of dyads. |
total |
Total number of interactions. |
desctable |
Description of the dyadic relationships in the input sociomatrix. |
randomizations |
Specified number of randomizations. |
landauh |
Landau's h index. |
improved.landauh |
Improved Landau's index h'. |
expected.h |
Mathematical expectancy of Landau's h under the assumption of no linear hierarchy. |
variance.h |
Variance of Landau's h under the assumption of no linear hierarchy. |
right.pvalue |
Right-tailed p-value. |
left.pvalue |
Left-tailed p-value. |
circ |
Number of circular triads. |
expcirc |
Expected number of circular triads. |
maxcirc |
Maximum number of circular triads. |
rho |
Kendall's rho index. |
rho.test |
Statistical test for Kendall's rho. |
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>.
de Vries, H. (1995). An improved test of linearity in dominance hierarchies containing unknown or tied relationships. Animal Behaviour, 50, 1375-1389.
Kendall, M. G., & Babington Smith, B. (1940). On the method of paired comparisons. Biometrika, 31, 324-345.
getexpech
, getimplandau
, getlandau
, getvarh
, getcirc
, getexpeccirc
, getkendall
, getmaxcirc
.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.