kp_reciprocity | R Documentation |
Reciprocity of Katz and Powell
kp_reciprocity(G, fixed = FALSE, d = NULL, dichotomic = TRUE)
G |
A symmetric matrix object. |
fixed |
Whether the choices are fixed or not |
d |
Numeric value of the number of fixed choices. |
dichotomic |
Whether the matrix is weighted or binary |
This function gives a measurment of the tendency toward reciprocation of choices.
Alejandro Espinosa-Rada
Katz, L. and Powell, J.H. (1955). "Measurement of the tendency toward reciprocation of choice." Sociometry, 18:659-665.
data(krackhardt_friends)
kp_reciprocity(krackhardt_friends, fixed = TRUE, d = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.