Two-mode network dataset collected by Davis, Gardner and Gardner (1941) about the pattern of a group of women's participation at informal social events in Old City during a 9 month period, as reported in the Old City Herald in 1936. By convention, the nodes are named by the women's first names and the code numbers of the events, but the women's surnames and titles (Miss, Mrs.) are recorded here too. The events' dates are recorded in place of the Surname, and these dates are also offered as a tie attribute.

data(ison_southern_women)

Format

#> # Southern Women Data
#> # A labelled, two-mode network of 18 women and 14 social events and 89
#> participation ties
#> # A tibble: 32 x 4
#>   type  name      Surname    Title
#>   <lgl> <chr>     <chr>      <chr>
#> 1 FALSE Evelyn    Jefferson  Mrs
#> 2 FALSE Laura     Mandeville Miss
#> 3 FALSE Theresa   Anderson   Miss
#> 4 FALSE Brenda    Rogers     Miss
#> 5 FALSE Charlotte McDowd     Miss
#> 6 FALSE Frances   Anderson   Miss
#> # i 26 more rows
#> # A tibble: 89 x 3
#>    from    to date
#>   <int> <int> <date>
#> 1    14    29 1936-02-23
#> 2    15    29 1936-02-23
#> 3    17    29 1936-02-23
#> 4    18    29 1936-02-23
#> 5     1    23 1936-02-25
#> 6     2    23 1936-02-25
#> # i 83 more rows

References

Davis, Allison, Burleigh B. Gardner, and Mary R. Gardner. 1941. Deep South. Chicago: University of Chicago Press.