Learn R Programming

remstats (version 3.2.4)

info: Simulated exogenous information on actors in a social network.

Description

A dataset containing exogenous information on the actors in the social network of a relational event history. Data is simulated.

Usage

data(info)

Arguments

Format

A dataframe with 10 rows and 5 variables:

id

numeric id of the actor

time

numeric value, describes when the value of the covariate changes, if it changes

age

dichotomized age of the actor (e.g., 0 = below 25, 1 = 25 or older)

sex

dichotomized sex of the actor (e.g., 0 = male, 1 = female)

extraversion

standardized extraversion score of the actor

agreeableness

standardized agreeableness score of the actor

See Also

history for the relational event history.

Examples

Run this code
data(info)

Run the code above in your browser using DataLab