setEffect(RSiena)
setEffect()所属R语言包:RSiena
Function to set various columns in an effects object in a Siena model
函数来设置不同的列中的影响对象在锡耶纳模型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function provides an interface to change various columns of a selected row of a Siena effects object
此功能提供了一个接口改变锡耶纳的影响对象的选择行的各列
用法----------Usage----------
setEffect(myeff, shortName, parameter = 0, fix = FALSE,
test = FALSE, initialValue = 0, timeDummy = ",", include = TRUE,
name = myeff$name[1], type = "eval", interaction1 = "",
interaction2 = "", period=1, group=1, character=FALSE)
参数----------Arguments----------
参数:myeff
a Siena effects object as created by getEffects
锡耶纳的影响对象创建的getEffects的
参数:shortName
A short name (all with or all without quotes) to identify the effect which should be changed.
一个简短的名字(或全部不带引号),识别的效果,应该改变。
参数:parameter
Integer value required. Default 0.
整型值。默认值0。
参数:fix
Boolean required. Default FALSE.
布尔需要。默认为false。
参数:test
Boolean required. Default FALSE.
布尔需要。默认为false。
参数:initialValue
Initial value required. Default 0.
初始值。默认值0。
参数:timeDummy
string: Comma delimited string of which periods to dummy. Alternatively, use includeTimeDummy.
期为伪字符串:逗号分隔的字符串。另外,可以使用includeTimeDummy。
参数:include
Boolean. default TRUE, but can be switched to FALSE to turn off an effect.
布尔值。缺省为TRUE,但也可以切换为FALSE,则关闭效果。
参数:name
Name of network for which effects are being included. Defaults to the first in the effects object.
网络名称的影响。默认的影响对象中的第一个。
参数:type
Character string indicating the type of the effect to be changed : currently "rate", "eval" or "endow". Default "eval".
字符串表示的类型的效果要改变目前“速度”,“试用”或“赋予”。默认“试用”。
参数:interaction1
Name of siena object where needed to completely identify the effect e.g. covariate name or behavior variable name.
需要彻底查明效应,例如锡耶纳对象的名称协变量名或行为变量名。
参数:interaction2
Name of siena object where needed to completely identify the effect e.g. covariate name or behavior variable name.
需要彻底查明效应,例如锡耶纳对象的名称协变量名或行为变量名。
参数:period
Number of period if basic rate. Use numbering within groups.
如果基本利率周期数。使用组内的编号。
参数:group
Number of group if basic rate.
如果基本利率的组数。
参数:character
Boolean: is the short name a character string or not
布尔型:是的简短名称字符串或不
Details
详细信息----------Details----------
The arguments should identify the effects completely. The parm column will be set to the parameter value requested. The
的参数应该完全确定的影响。在parm列将被设置为请求的参数值。 “
值----------Value----------
An updated version of the input effects object, with one row updated. Details of the row altered will be printed.
更新版本的输入效果的反对,与一列更新。行更改的详细信息将被打印出来。
(作者)----------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 <- setEffect(myeff, outInv, 3) ##parameter[#参数]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|