sienaDataConstraint(RSiena)
sienaDataConstraint()所属R语言包:RSiena
Function to change the values of the constraints between networks.
功能改变之间的约束网络的价值。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function allows the user to change the constraints of "higher", "disjoint" and "atLeastOne" for a specified pair of networks in a Siena data object.
此功能允许用户更改“较高的”,“不相交”和“atLeastOne”中一个锡耶纳的数据对象为指定的对网络的约束。
用法----------Usage----------
sienaDataConstraint(x, net1, net2,
type = c("higher", "disjoint", "atLeastOne"), value = FALSE)
参数----------Arguments----------
参数:x
Siena Data Object Maybe a group object?
锡耶纳数据对象也许一组对象吗?
参数:net1
name of first network
第一网络的名称
参数:net2
name of second network
第二网络的名称
参数:type
one of "higher", "disjoint", "atleastOne". Default is "higher".
之一,“较高的”,“不相交”中,“atleastOne”。默认为“高”。
参数:value
Boolean giving the value
布尔赠送价值
Details
详细信息----------Details----------
The value of the appropriate attribute is set to the value requested.
适当的属性的值被设置为所要求的值。
值----------Value----------
Updated Siena data object.
更新锡耶纳的数据对象。
(作者)----------Author(s)----------
Ruth Ripley
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
mynet1 <- sienaNet(array(c(s501,s502,s503),dim=c(50,50,3)))
mynet2 <- sienaNet(s50a,type='behavior')
mydata <- sienaDataCreate(mynet1, mynet2)
mydata <- sienaDataConstraint(mydata, mynet2, mynet1, "higher", FALSE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|