getexpech: Mathematical Expectancy for Landau's Linearity Index -h-

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Function to obtain mathematical expectancy for Landau's h index.

Usage

1

Arguments

X

Original sociomatrix.

Details

getexpech computes mathematical expectancy for Landau's h with the formula 3 \over {N+1}.

Value

expectedh

Mathematical expectancy for Landau's index h.

Author(s)

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>.

References

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.

See Also

getimplandau, getlandau, getvarh, linear.hierarchy.test.

Examples

1
2
3
4
  set.seed(123)
  X <- matrix(floor(runif(20*20,min=0,max=20)),nrow=20,byrow=TRUE)
  diag(X)<-0
  getexpech(X)

DLEIVA/DyaDA documentation built on May 6, 2019, 1:17 p.m.