Calculate the EI-Indices of an egor
object as a measurement of ego-alter homophily
egor
object as a measurement of ego-alter homophilycomp_ei()
calculates the EI-Index values as a measurement for ego-alter homo-/heterophily.
comp_ei(object, alt.attr, ego.attr)
object
: An egor
object.alt.attr
: A character
naming the variable containing the alter-attribute.ego.attr
: A character
naming an ego attribute.A tibble
with the ego ID and a numeric
result vector.
data("egor32") comp_ei(egor32, "age", "age")
Useful links