Learn R Programming

Zelig (version 5.1.7)

friendship: Simulated Example of Schoolchildren Friendship Network

Description

This data set contains six sociomatrices of simulated data on friendship ties among schoolchildren.

Usage

data(friendship)

Arguments

Format

Each variable in the dataset is a 15 by 15 matrix representing some form of social network tie held by the fictitious children. The matrices are labeled "friends", "advice", "prestige", "authority", "perpower" and "per".

The sociomatrices were combined into the friendship dataset using the format.network.data function from the netglm package by Skyler Cranmer as shown in the example.

Examples

Run this code
# NOT RUN {
	
# }
# NOT RUN {
friendship <- format.network.data(friends, advice, prestige, authority, perpower, per)
# }

Run the code above in your browser using DataLab