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. A date describes the event and not the attendance, so each event enters the network on the date it is held, which the changes component records. is_changing() therefore marks this network TRUE, and to_time() returns the events held up to a given moment, without the women who attended no event by then.

data(ison_southern_women)

Format

#> -- # Southern Women Data -------------------------------------------------------
#> # A labelled, two-mode network of 18 womens and 14 social events and 89
#> participation ties
#>
#> -- Nodes
#> # A tibble: 32 x 5
#>   name    Surname    Title active type
#>   <chr>   <chr>      <chr> <lgl>  <lgl>
#> 1 Evelyn  Jefferson  Mrs   TRUE   FALSE
#> 2 Laura   Mandeville Miss  TRUE   FALSE
#> 3 Theresa Anderson   Miss  TRUE   FALSE
#> 4 Brenda  Rogers     Miss  TRUE   FALSE
#> # i 28 more rows
#>
#> -- Changes
#> # A tibble: 14 x 4
#>   time        node var    value
#>   <date[1d]> <int> <chr>  <lgl>
#> 1 1936-02-23    29 active TRUE
#> 2 1936-02-25    23 active TRUE
#> 3 1936-03-02    20 active TRUE
#> 4 1936-03-15    25 active TRUE
#> # i 10 more rows
#>
#> -- Ties
#> # A tibble: 89 x 2
#>    from    to
#>   <int> <int>
#> 1    14    29
#> 2    15    29
#> 3    17    29
#> 4    18    29
#> # i 85 more rows
#>

References

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