Learn R Programming

RSiena (version 1.1-212)

s503: Network 3 data: excerpt from 'Teenage Friends and Lifestyle Study' data.

Description

Second timepoint network data from an excerpt of 50 girls from the Teenage Friends and Lifestyle Study data set. Useful as a small example of network and behaviour, for which models can be fitted quickly.

Arguments

docType

data

format

Adjacency matrix for the network at time point 3.

source

http://www.stats.ox.ac.uk/~snijders/siena/s50_data.zip

References

West, P. and Sweeting, H. (1995) Background Rationale and Design of the West of Scotland 11-16 Study. Working Paper No. 52. MRC Medical Sociology Unit Glasgow.

See http://www.stats.ox.ac.uk/~snijders/siena/s50_data.htm

See Also

s501, s502, s50a

Examples

Run this code
mynet <- sienaNet(array(c(s501, s502, s503), dim=c(50, 50, 3)))
mybeh <- sienaNet(s50a, type='behavior')
mydata <- sienaDataCreate(mynet, mybeh)

Run the code above in your browser using DataLab