eies: Freeman, Freeman-eies

Description Usage Details Source References Examples

Description

eies: Three 34 by 43 matrices.

BACKGROUND These data arose from an early experiment on computer mediated communication. Fifty academics interested in social network research were allowed to contact each other via an Electronic Information Exchange System (EIES). The data collected consisted of all messages sent plus acquaintance relationships at two time periods (collected via a questionnaire).The data include the 32 actors who completed the study. In addition attribute data on primary discipline and number of citations was recorded.

TIME_1 and TIME_2 give the reported acquaintance information at the beginning of the study and eight months later. These are coded as follows: 4 = close personal fiend, 3= friend, 2= person I've met, 1 = person I've heard of but not met, and 0 = person unknown to me (or no reply).

NUMBER_OF MESSAGES is the total number of messages person i sent to j over the entire period of the study. The attribute data give the number of citations of the actors work in the social science citation index at the beginning of the study together with a discipline code: 1 = Sociology, 2 = Anthropology, 3 = Mathematics/Statistics, 4 = other. These data are used by Wasserman and Faust in their network analysis book.

Usage

1

Details

TIME_1 non-symmetric, valued.
TIME_2 non-symmetric, valued.
NUMBER_OF_MESSAGES non-symmetric, valued.

Vertex Attributes
Citations: the number of citations of the actors work in the social science citation index at the beginning of the study
Discipline: 1 = Sociology, 2 = Anthropology, 3 = Mathematics/Statistics, 4 = other.

Source

Freeman, S. C. and L. C. Freeman (1979). The networkers network: A study of the impact of a new communications medium on sociometric structure. Social Science Research Reports No 46. Irvine CA, University of California.

References

Wasserman S. and K. Faust (1994). Social Network Analysis: Methods and Applications.Cambridge University Press, Cambridge.

Examples

1
2
3
4
5
6
7
8
data(eies)

##Plot
plot(eies$TIME_1,vertex.col="Discipline",edge.lty=as.sociomatrix(eies$TIME_1,attr="edgevalue"))

##Vertex attributes

eies[[1]]%v%"Discipline"

zalmquist/networkdata documentation built on May 4, 2019, 9:08 p.m.