friendship(Zelig)
friendship()所属R语言包:Zelig
Simulated Example of Schoolchildren Friendship Network
学童友谊网络模拟的例子
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This data set contains six sociomatrices of simulated data on friendship ties among schoolchildren.
该数据集包含6 sociomatrices模拟数据之间的友好关系学童。
用法----------Usage----------
data(friendship)
格式----------Format----------
Each variable in the dataset is a 15 by 15 matrix representing some form of social network tie held by the fictitious children. The matrices are labeled "friends", "advice", "prestige", "authority", "perpower" and "per".
15 15中的每个变量的数据集是一个矩阵,表示某种形式的社交网络的领带由虚拟儿童。矩阵被标记为“朋友”,“建议”,“信誉”,“权威”,“perpower”和“每”。
The sociomatrices were combined into the friendship dataset using the format.network.data function from the netglm package by Skyler Cranmer as shown in the example.
在sociomatrices合并成的友谊使用format.network.data Skyler克兰默从netglm包的功能,如在示例中所示的数据集。
源----------Source----------
fictitious
虚拟
实例----------Examples----------
## Not run: [#不运行:]
friendship <- format.network.data(friends, advice, prestige, authority, perpower, per)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|