hn3401 | R Documentation |
Matrices N3401, N3403, N3404, N3406, and HN3401, HN3403, HN3404, HN3406 are two waves of networks for four schools (numbered 1, 3, 4, 6).
Adjacency matrices for the network at two time points. The matrices with name N... are the first wave, those with name HN... are the second wave.
There is a tie from pupil i to pupil j if i says that he/she receives and/or gives emotional support from/to pupil j. The data are part of a larger data set (see source below) and were collected under the direction of Chris Baerveldt.
https://www.stats.ox.ac.uk/~snijders/siena/CB_data.zip
Houtzager, B. and Baerveldt, C. (1999), Just like Normal. A Social Network Study of the Relation between Petty Crime and the Intimacy of Adolescent Friendships. Social Behavior and Personality 27, 177–192.
Snijders, T.A.B., and Baerveldt, C. (2003), A Multilevel Network Study of the Effects of Delinquent Behavior on Friendship Evolution. Journal of Mathematical Sociology 27, 123–151.
See https://www.stats.ox.ac.uk/~snijders/siena/BaerveldtData.html
mynet <- sienaDependent(array(c(N3401, HN3401), dim=c(45, 45, 2)))
mydata <- sienaDataCreate(mynet)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.