找回密码
 注册
查看: 241|回复: 0

R语言 RSiena包 includeInteraction()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 21:56:50 | 显示全部楼层 |阅读模式
includeInteraction(RSiena)
includeInteraction()所属R语言包:RSiena

                                         Function to create user-specified interactions for a Siena model.
                                         函数来创建用户指定的锡耶纳模型的相互作用。

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This function provides an interface to allow easy update of an unspecified interaction row in a Siena effects object.
此功能提供了一个接口,以方便更新中未指定的互动排在锡耶纳的影响对象。


用法----------Usage----------


includeInteraction(myeff, ..., include = TRUE,
name = myeff$name[1], type = "eval",
interaction1 = rep("", 3), interaction2 = rep("", 3),
character = FALSE, verbose = TRUE)



参数----------Arguments----------

参数:myeff
a Siena effects object as created by getEffects
锡耶纳的影响对象创建的getEffects的


参数:...
2 or 3 short names to identify the effects which should be interacted.  
2个或3个简短的名称来识别的影响,应该进行交互。


参数:include
Boolean. default TRUE, but can be switched to FALSE to turn off an interaction.  
布尔值。缺省为TRUE,但也可以切换为FALSE,则关闭一个交互。


参数:name
Name of network for which interactions are being defined. Defaults to the first in the effects object.  
网络的交互定义的名称。默认的影响对象中的第一个。


参数:type
Type of effects to be interacted.  
互动效果类型。


参数:interaction1
Vector of siena objects where needed to completely identify the effect e.g. covariate name or behavior variable name. Trailing blanks may be omitted.  
在需要的地方完全确定的效应,例如锡耶纳对象的矢量协变量名或行为变量名。尾随空白,也可以省略。


参数:interaction2
Vector of siena objects where needed to completely identify the effect e.g. covariate name or behavior variable name. Trailing blanks may be omitted.  
在需要的地方完全确定的效应,例如锡耶纳对象的矢量协变量名或行为变量名。尾随空白,也可以省略。


参数:character
Boolean: are the effect names character strings or not
布尔效果名称的字符串或不


参数:verbose
Boolean: should the print of altered effects be produced.
布尔型:是的打印改变的影响。


Details

详细信息----------Details----------

The details provided should uniquely identify up to three effects. If so, an interaction effect will be created and included or not in the model.
提供的详细信息必须是唯一的三种效果。如果是这样的话,交互效应将被创建并列入或没有在模型中。


值----------Value----------

An updated version of the input effects object, with the include column and the effect1 and effect2 and possibly effect3 columns of one row updated. Details of the fields altered will be printed.
更新版本的输入效果的对象,包括列和EFFECT1和EFFECT2,并可能effect3列一列更新。详细的改变将被打印出来。


(作者)----------Author(s)----------


Ruth Ripley



参考文献----------References----------

<h3>See Also</h3>   <code>getEffects</code>

实例----------Examples----------


mynet1 <- sienaNet(array(c(s501, s502, s503), dim=c(50, 50, 3)))
mynet2 <- sienaNet(s50a, type="behavior")
mydata <- sienaDataCreate(mynet1, mynet2)
myeff <- getEffects(mydata)
myeff <- includeInteraction(myeff, transTrip, egoX,
interaction1=c("", "mynet2"))

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-27 15:41 , Processed in 0.019743 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表