s50: Network data: excerpt from "Teenage Friends and Lifestyle...

Description Format Source References See Also Examples

Description

An excerpt of the network, alcohol consumption, and smoking data for 50 randomly chosen 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, and for which there are no missing values.

Format

Adjacency matrix for the network at time points 1, 2, 3; 50 by 3 matrices of alcohol consumption and smoking data for the three time points.

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, s503, s50a, s50s

Examples

1
2
3
4
mynet <- sienaDependent(array(c(s501, s502, s503), dim=c(50, 50, 3)))
mybeh <- sienaDependent(s50a, type="behavior")
mydata <- sienaDataCreate(mynet, mybeh)
mydata

Example output

Warning message:
no DISPLAY variable so Tk is not available 
Dependent variables:  mynet, mybeh 
Number of observations: 3 

Nodeset                  Actors 
Number of nodes              50 

Dependent variable mynet           
Type               oneMode         
Observations       3               
Nodeset            Actors          
Densities          0.046 0.047 0.05

Dependent variable mybeh   
Type               behavior
Observations       3       
Nodeset            Actors  
Range              1 - 5   

RSiena documentation built on Sept. 24, 2020, 3 p.m.