newfrat: Newcomb, Nordlie Fraternity

Description Usage Details Source References Examples

Description

newfrat: Two lists of network objects each with 15 networks.

BACKGROUND These 15 matrices record weekly sociometric preference rankings from 17 men attending the University of Michigan in the fall of 1956; data from week 9 are missing. A "1" indicates first preference, and no ties were allowed.

The men were recruited to live in off-campus (fraternity) housing, rented for them as part of the Michigan Group Study Project supervised by Theodore Newcomb from 1953 to 1956. All were incoming transfer students with no prior acquaintance of one another.

Usage

1

Details

newfrat: a list object containing newfrat.dich and newfrat.val.

newfrat.val: a list of 16 network objects–however week 9 is missing newfrat.val[[10]]=NA (newfrat.val\$newc9=NA)– each network object is valued.

newfrat.dich: a list of 16 network objects–however week 9 is missing newfrat.val[[10]]=NA (newfrat.val\$newc9=NA)– this item is based off of newfrat.val but has been dichotomized so that there is a tie between i and j if the i,jth cell is less than or equal to 8 and 0 if the i,jth cell is 9 or greater.

newc0: initial time point.
newc1
newc2
newc3
newc4
newc5
newc6
newc7
newc8
newc9: missing time point
newc10
newc11
newc12
newc13
newc14
newc15

Source

Newcomb T. (1961). The acquaintance process. New York: Holt, Reinhard & Winston.

References

Nordlie P. (1958). A longitudinal study of interpersonal attraction in a natural group setting. Unpublished doctoral dissertation, University of Michigan.
White H., Boorman S. and Breiger R. (1977). Social structure from multiple networks, I. Blockmodels of roles and positions. American Journal of Sociology, 81, 730-780.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
data(newfrat)

###Print all 15 networks
par(mfrow=c(3,5))
coord<-plot(newfrat$newfrat.dich[[1]])
for(i in 2:9)
plot(newfrat$newfrat.dich[[i]],coord=coord)

for(i in 11:16)
plot(newfrat$newfrat.dich[[i]],coord=coord)

### Weighted network
as.sociomatrix(newfrat$newfrat.val[[1]],attrname="edgevalue")

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