actors {BFpack} | R Documentation |
Actors from a small hypothetical network
Description
The related data files 'events', 'same_location', 'same_culture' contain information on the event sequence and the two event statistics respectively.
Usage
data(actors)
Format
dataframe (25 rows, 4 columns)
actors$id | integer | ID of the employee, corresponding to the sender and receiver IDs in the events dataframe |
actors$location | numeric | Location of the actor, ranging from 1-4 |
actors$culture | character | Categorical variable, indicating the culture of the employee |
[Package BFpack version 1.3.0 Index]