s50(RSiena)
s50()所属R语言包:RSiena
Network data: excerpt from 'Teenage Friends and Lifestyle Study' data.
网络数据摘录:从“十几岁的朋友和生活方式研究的数据。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
An excerpt of the network and alcohol consumption 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.
网络和酒精消费量数据,从青少年朋友和生活方式研究的数据集的50个随机选择的女孩的摘录。有用的模型可以快速安装,有没有缺失值的网络行为,作为一个小例子。
格式----------Format----------
Adjacency matrix for the network at time points 1, 2, 3; 50 by 3 matrix of alcohol consumption data for the three time points.
在时间点1,2,3的网络;邻接矩阵50的3的矩阵的三个时间点的酒精消费数据。
源----------Source----------
http://www.stats.ox.ac.uk/~snijders/siena/s50_data.zip
参考文献----------References----------
West of Scotland 11-16 Study. Working Paper No. 52. MRC Medical Sociology Unit Glasgow.
参见----------See Also----------
s501, s502, s503, s50a
s501,s502,s503,s50a
实例----------Examples----------
mynet <- sienaNet(array(c(s501, s502, s503), dim=c(50, 50, 3)))
mybeh <- sienaNet(s50a, type='behavior')
mydata <- sienaDataCreate(mynet, mybeh)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|