h.index | R Documentation |
linearity indices
h.index(interactionmatrix, loops = 1000)
interactionmatrix |
square interaction matrix with winner in rows and losers in columns, for example the output from |
loops |
numeric, the number of randomizations to perform (by default: 1000) |
Note that the expected value of h can also be calculated as 3/(N+1).
a data.frame with with values for the number of individuals in the matrix (N), linearity indices (h, h' and expected h), p-value, number of randomizations, and number of unknown and tied relationships.
Christof Neumann
appleby1983EloRating
\insertRefdevries1995EloRating
data(bonobos)
h.index(bonobos)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.