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

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

[复制链接]
发表于 2012-9-30 09:26:48 | 显示全部楼层 |阅读模式
runMisspec(simsem)
runMisspec()所属R语言包:simsem

                                         Draw actual parameters and model misspecification
                                         绘制实际参数和模型误

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

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

Randomly draw actual parameters from SimSet object and randomly draw the misspecified parameters from SimMisspec object. Then, the function will put the misspecified parameters on top of the actual parameters.
随机抽取实际的参数SimSet对象,随机得出的误设参数SimMisspec对象。然后,该函数将放误设的参数的实际参数的顶部。


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


runMisspec(object, misspec, SimEqualCon=new("NullSimEqualCon"))



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

参数:object
The SimSet object that saves the actual parameters  
SimSet对象的实际参数保存


参数:misspec
The SimSet object that saves the misspecified parameters  
SimSet对象,节省了误设参数


参数:SimEqualCon
The equality constraint to equate parameters  
等式约束等同于参数


Details

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

When the equality constraint does not exist, there are two orders of generating parameters:
当等式约束不存在,有两个命令的生成参数:

SimMisspec@misBeforeFill=TRUE The misspecification will be added into user-specified parameters and the auto-completion on the other parameters.
SimMisspec@misBeforeFill=TRUE假设错误将被添加到用户指定的参数的其他参数的自动完成。

SimMisspec@misBeforeFill=FALSE The auto-completion will be applied first, then the misspecification will be added, and finally the auto-completion works again to adjust the parameter after adding misspecification.
SimMisspec@misBeforeFill=FALSE将自动完成,然后设定错误将被添加,自动完成的作品,最后再加入调整后的参数设定错误。

When the equality constraint exists, there are six orders of generating parameters:
当等式约束的存在,有6个订单生成参数:

SimMisspec@misBeforeFill=TRUE & SimMisspec@conBeforeMis=TRUE & SimEqualCon@conBeforeFill=TRUE The equality constraint is applied first, then the misspecification is added, and finally the auto-completion is applied.
SimMisspec@misBeforeFill=TRUE & SimMisspec@conBeforeMis=TRUE & SimEqualCon@conBeforeFill=TRUE等式约束先应用,然后设定错误,,终于自动完成。

SimMisspec@misBeforeFill=FALSE & SimMisspec@conBeforeMis=TRUE & SimEqualCon@conBeforeFill=TRUE The equality constarint is applied first, then the auto-completion is applied, the misspecification will be added, and finally the auto-completion is used to adjusted for the added parameters.
SimMisspec@misBeforeFill=FALSE & SimMisspec@conBeforeMis=TRUE & SimEqualCon@conBeforeFill=TRUE平等constarint首先应用,然后自动完成,设定错误将被添加,添加的参数调整,最后使用自动完成。

SimMisspec@misBeforeFill=FALSE & SimMisspec@conBeforeMis=TRUE & SimEqualCon@conBeforeFill=FALSE The auto-completeion is applied first, then the equality constriant is applied with adjusting parameters by the auto-completion, and finally the misspecification is added with adjusting the parameters by the auto-completion.
SimMisspec@misBeforeFill=FALSE & SimMisspec@conBeforeMis=TRUE & SimEqualCon@conBeforeFill=FALSE自动completeion第一,调整参数自动完成那么平等constriant应用,并最终添加自动完成调整参数的设定错误。

SimMisspec@misBeforeFill=FALSE & SimMisspec@conBeforeMis=FALSE & SimEqualCon@conBeforeFill=FALSE The auto-completeion is applied first, then the misspecification is added with adjusting paramters by the auto-completion, and finally the equality constraint is added with adjusting parameters by the auto-completion.
SimMisspec@misBeforeFill=FALSE & SimMisspec@conBeforeMis=FALSE & SimEqualCon@conBeforeFill=FALSE自动completeion首先应用,然后设定错误添加自动完成调整参数研究,终于等式约束添加自动完成参数调整。

SimMisspec@misBeforeFill=TRUE & SimMisspec@conBeforeMis=FALSE & SimEqualCon@conBeforeFill=TRUE The misspecification is added first, then the equality constraint is applied, and finally the auto-completion is applied.
SimMisspec@misBeforeFill=TRUE & SimMisspec@conBeforeMis=FALSE & SimEqualCon@conBeforeFill=TRUE先加入的设定错误,那么等式约束,最后自动完成。

SimMisspec@misBeforeFill=TRUE & SimMisspec@conBeforeMis=FALSE & SimEqualCon@conBeforeFill=FALSE The misspecification is added first, then the auto-completion is applied, and finally the equality constriant is applied with adjusting parameters by the auto-completion.
SimMisspec@misBeforeFill=TRUE & SimMisspec@conBeforeMis=FALSE & SimEqualCon@conBeforeFill=FALSE先加入的设定错误,然后自动完成,自动完成参数的调整,最后平等constriant。

The default in this program is the first option for both scenarios. Other scenarios will be useful when users would like to put model misspecification or equality constraints on the parameters that users do not manually specify.
在这两种情况下,默认情况下,这个方案是第一个选项。其他方案将是有益的,当用户想将模型错误或等式约束的参数,用户不必手动指定。


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

A list of with two elements: 1) param SimRSet of real model parameters, 2) misspec SimRSet of real model parameters with model misspecification, and 3) misspecAdd the misspecification alone
的名单有两个要素:1)paramSimRSet真实的模型参数,2)misspecSimRSet真实的模型参数与模型误,3)<X >的设定错误


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



Sunthud Pornprasertmanit (University of Kansas; psunthud@ku.edu)




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


# No example[没有例子]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-25 07:16 , Processed in 0.037380 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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