acct: Webster Accounting Firm

Description Usage Details Source References Examples

Description

acct: Four 24 by 24 weighted adjacency matrices in network format:

BACKGROUND In 1991 and 1992 Cinthia Webster collected data on both work ties and social ties from 24 members of a small accounting firm. Six respondents were partners in the firm, three were managers, nine were staff accounts and the other six were support staff.

First, ad libitum sampling was used to observe social interactions in a wide range of settings. This produced the OBSERVED_SOCIAL matrix. Work assignment sheets were used to determine who had worked with whom and they produced the OBSERVED_WORK data. Then each individual was asked to report others with whom he or she had socialized and those with whom they had worked. REPORTED_SOCIAL and REPORTED_WORK coded responses to these questions.

Usage

1

Details

Four 24 by 24 sociomatrices in network class:

OBSERVED_SOCIAL: symmetric, valued.
OBSERVED_WORK: symmetric, valued.
REPORTED_SOCIAL: non-symmetric, valued.
REPORTED_WORK: non-symmetric, valued.

Attributes:

gender: 1 = male; 2 = female
job: 1 = Partner; 2 = Manager; 3 = Accountant; 4 = Staff member

Source

Webster, C. M. (1993). Task-related and context-based constraints in observed and reported relational data. Doctoral Dissertation, University of California, Irvine.

References

Webster, C. M. (1995). Detecting context-based constraints in social perception. Journal of Quantitative Anthropology, 5:285-303.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
data(acct)
plot.network(acct[[1]])

##Weighted adjacency matrix
as.sociomatrix(acct[[1]],attr="edgevalue")

##Vertex attributes
acct[[1]]%v%"gender"
acct[[1]]%v%"job"

coord<-plot(acct[[1]],attrname="edgevalue",vertex.col="gender",usearrow=FALSE)
plot(acct[[2]],attrname="edgevalue",vertex.col="gender",usearrow=FALSE,coord=coord)
plot(acct[[3]],attrname="edgevalue",vertex.col="gender",coord=coord)
plot(acct[[4]],attrname="edgevalue",vertex.col="job",coord=coord)

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