Learn R Programming

remstats (version 3.2.1)

history: Simulated relational event history

Description

A dataset containing a small example of a relational event history. Data is simulated.

Usage

data(history)

Arguments

Format

A dataframe with 115 rows and 5 variables:

time

time of the event since onset of observation (e.g., in minutes)

actor1

the first actor involved in the event

actor2

the second actor involved in the event

setting

the setting for the event

weight

the intensity of the event (e.g., based on the duration)

See Also

info for exogenous information on the actors in the social network.

Examples

Run this code
data(history)

Run the code above in your browser using DataLab