Learn R Programming

migraph (version 0.12.1)

ison_algebra: Multiplex graph object of friends, social, and task ties (McFarland 2001)

Description

Multiplex graph object of friends, social, and task ties (McFarland 2001)

Usage

data(ison_algebra)

Arguments

Format

#> # A tbl_graph: 16 nodes and 144 edges
#> #
#> # A directed simple graph with 1 component
#> #
#> # Node Data: 16 x 1 (active)
#>   name    
#>   <chr>   
#> 1 Melinda 
#> 2 Abby    
#> 3 Darryl  
#> 4 Veronica
#> 5 Rylan   
#> 6 Lindsey 
#> # ... with 10 more rows
#> #
#> # Edge Data: 144 x 5
#>    from    to friends social tasks
#>   <int> <int>   <dbl>  <dbl> <dbl>
#> 1     1     5       0   1.2    0.3
#> 2     1     8       0   0.15   0  
#> 3     1     9       0   2.85   0.3
#> # ... with 141 more rows

Details

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.

Figure: ison_algebra

References

McFarland, Daniel A. (2001) “Student Resistance.” American Journal of Sociology 107(3): 612-78. tools:::Rd_expr_doi("10.1086/338779").