forum: Online forum dataset

Description Format Details Source References Examples

Description

A data set containing online forum posts from students at the University of California at Irvine, from 2004 (see Opsahl 2013).

Format

A data set with a single array

forum

20 x 20 x 24 numeric matrix of weights. NA at (i,j,t) indicates that user i did not post to forum j in week t.

Details

This data set contains online forum posts from students at the University of California at Irvine, from 2004 (see Opsahl 2013). The 20 most active users and the 20 forums to which these users posted the most are examined. The weights of the network are the number of characters posted to a given forum by a given user for each week. The 3-mode array forum contains the weights indexed by user, forum, and week, respectively. Data obtained June 8, 2018. See the link http://opsahl.co.uk/tnet/datasets/OF_longitudinal_weightedchar.txt for raw data.

Source

http://opsahl.co.uk/tnet/datasets/OF_longitudinal_weightedchar.txt

References

Opsahl, T. (2013). "Triadic closure in two-mode networks: Redefining the global and local clustering coefficients." Social Networks, 35(2), 159-167. <doi:10.1016/j.socnet.2011.07.001>

Examples

1
data("forum")

blin documentation built on May 2, 2019, 7:05 a.m.