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

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

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

                                         Function to update the initial values of theta.
                                         功能来更新的θ波的初始值。

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

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

This function copies the final values of any matching selected effects froma sienaFit object to a Siena effects object.
该函数将任何符合所选效果的最终值弗罗马sienaFit对象锡耶纳效果的对象。


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


updateTheta(effects, prevAns)



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

参数:effects
Object of class sienaEffects  
对象的类sienaEffects


参数:prevAns
Object of class sienaFit as returned by siena07.  
类的对象sienaFit返回的siena07。


Details

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

If the previous run was conditional, the estimated rate parameters for the dependent variable on which the run was conditioned are added to the final value of theta. The initial values of any selected effects in the input effects object which match an effect estimated in prevAns will be updated.
如果以前的运行是有条件的,估计增长率为因变量,在其上运行的条件参数添加到最终值的θ波。的初始值的输入的影响匹配对象,该对象一个估计在prevAns将被更新的效果的任何选定的效果。


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

The effects object with initial value column updated.
对象的初始值列更新的影响。


注意----------Note----------

Using this function explicitly before calling siena07 rather than using it via the argument prevAns of siena07 will not permit the use of the previous derivative matrix. This will be inefficient if the new model has the same selected effects as the previous one.
使用此功能之前显式调用siena07,而不是通过参数prevAnssiena07不会允许使用的导数矩阵。如果新的模式具有相同的前一个的选定的效果,这将是低效率的。


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


Ruth Ripley



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

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

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


mynet1 <- sienaNet(array(c(tmp3, tmp4), dim=c(32, 32, 2)))
mydata <- sienaDataCreate(mynet1)
myeff <- getEffects(mydata)
myeff <- includeEffects(myeff, transTrip)
mymodel <- sienaModelCreate(nsub=2, n3=100)
ans <- siena07(mymodel, data=mydata, effects=myeff,  batch=TRUE)
myeff <- updateTheta(myeff, ans)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-27 14:38 , Processed in 0.019836 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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