sienaNodeSet(RSiena)
sienaNodeSet()所属R语言包:RSiena
Function to create a node set
函数来创建一个节点集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates a Siena node set which can be used as the nodes in a siena network.
创建锡耶纳节点集,可以用作在锡耶纳网络节点。
用法----------Usage----------
sienaNodeSet(n, nodeSetName="Actors", names=NULL)
参数----------Arguments----------
参数:n
integer, size of set.
整数集,大小。
参数:nodeSetName
character string naming the node set.
字符串命名的节点集。
参数:names
optional character string vector of length n of the names of the nodes.
可选字符串的矢量的长度为n的节点名称。
值----------Value----------
Returns a Siena node set, an integer vector, possibly with names, plus the attributes, class equal to 'sienaNodeSet', and nodeSetName equal to the argument nodeSetName.
返回锡耶纳节点集,整数向量,可能与名称,加的属性,类等于为“sienaNodeSet”,和nodeSetName的说法nodeSetName。
(作者)----------Author(s)----------
Ruth Ripley
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|