ison_algebra {manynet} | R Documentation |
Multiplex graph object of friends, social, and task ties (McFarland 2001)
Description
Multiplex graph object of friends, social, and task ties between 16 anonymous students.
M182 was an honors algebra class where researchers
collected friendship, social, and task ties between 16 students.
The edge attribute friends
contains friendship ties,
where 2
= best friends, 1
= friend, and 0
is not a friend.
social
consists of social interactions per hour,
and tasks
consists of task interactions per hour.
Usage
data(ison_algebra)
Format
#> # A multiplex, weighted, directed network with 16 nodes and 279 arcs #> # A tibble: 279 x 4 #> from to type weight #> <int> <int> <chr> <dbl> #> 1 1 5 social 1.2 #> 2 1 5 tasks 0.3 #> 3 1 8 social 0.15 #> 4 1 9 social 2.85 #> 5 1 9 tasks 0.3 #> 6 1 10 social 6.45 #> # i 273 more rows
Source
See also data(studentnets.M182, package = "NetData")
Larger comprehensive data set publicly available, contact Daniel A. McFarland for details.
References
McFarland, Daniel A. (2001) “Student Resistance.” American Journal of Sociology 107(3): 612-78. doi:10.1086/338779.
[Package manynet version 1.0.2 Index]