ison_southern_women {manynet}R Documentation

Two-mode southern women (Davis, Gardner and Gardner 1941)

Description

Two-mode network dataset collected by Davis, Gardner and Gardner (1941) about the attendance pattern of women at informal social events during a 9 month period. Events and women are named.

Usage

data(ison_southern_women)

Format

#> # A labelled, two-mode network with 32 nodes and 93 ties
#> # A tibble: 32 x 2
#>   type  name     
#>   <lgl> <chr>    
#> 1 FALSE Evelyn   
#> 2 FALSE Laura    
#> 3 FALSE Theresa  
#> 4 FALSE Brenda   
#> 5 FALSE Charlotte
#> 6 FALSE Frances  
#> # i 26 more rows
#> # A tibble: 93 x 2
#>    from    to
#>   <int> <int>
#> 1     1    19
#> 2     1    20
#> 3     1    21
#> 4     1    22
#> 5     1    23
#> 6     1    24
#> # i 87 more rows

References

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


[Package manynet version 0.4.4 Index]