getdc: Directional consistency index - DC -

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

Description

A function to compute the directional consistency index.

Usage

1
   getdc(X)

Arguments

X

Original sociomatrix.

Details

getdc is only applied for square matrices in which the set of n actors is also the set of n partners.

Value

dc

In the computation of the directional consistency index the dyadic discrepancies are taken into account. It ranges from 0 to 1 and it can be used as a social reciprocity measure.

Author(s)

David Leiva dleivaur@ub.edu.

References

van Hooff, J. A. R. A. M., & Wensing, J. A. B. (1987). Dominance and its behavioral measures in a captive wolf pack. In H. W. Frank (Ed.), Man and wolf (pp. 219-252). Dordrecht: Junk Publishers.

See Also

getphi,reciptest1

Examples

1
2
##
  X=matrix(c(0, 1, 2, 1, 0, 1, 3, 1, 0),nrow=3,ncol=3)

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