secondary.actors: Secondary actors

View source: R/core identification.R

secondary.actorsR Documentation

Secondary actors

Description

Identify secondary actors within a group. A secondary actor is an individual with a neighborhood that is perfectly nested within the neighborhood of another individual. Here it is identified by comparing memberships between all agents within a group. If any individual has the exact same memberships as another individual he is considered a secondary actor. See Faust, Katherine. “Centrality in Affiliation Networks.” Social Networks 19, no. 2 (1997): 157–191. for considerations on the exclusion of secondary actors. Consider betweenness decomposition as it is a more general solution to the same problem, see betweenness.decomposition

Usage

secondary.actors(x, rel.all)

Arguments

x

a named core numerical vector with coreness values, see graph.coreness

rel.all

an affiliation edge list

Value

a character vector with all the individuals with similar affiliation memberships seperated by "|". Unique actors return "FALSE"

Examples

example(find.core)
secondary.actors(core.health, den.health)

antongrau/eliter documentation built on March 2, 2024, 8:05 p.m.