drawParametersMisspec(simsem)
drawParametersMisspec()所属R语言包:simsem
Create parameter sets (with or without model misspecification) from the parameter with or without misspecification set
创建的参数组(带或不带模型误)从参数与或不误设集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create parameter sets (with or without model misspecification) from the parameter (SimSet) with or without misspecification set (SimMisspec)
创建参数集(带或不带模型误)从参数(SimSet)或不误设集(SimMisspec)
用法----------Usage----------
drawParametersMisspec(objSet, objMisspec = new("NullSimMisspec"), objEqualCon = new("NullSimEqualCon"), maxDraw=100)
参数----------Arguments----------
参数:objSet
The parameter set object, SimSet, that saves the specification of the actual parameter
参数集对象,SimSet,保存实际参数规格
参数:objMisspec
The misspecified parameter set object, SimMisspec, that saves the specification of the misspecified parameter
误设参数集对象,SimMisspec,可以节省误设参数的规范
参数:objEqualCon
The equality constraint object, SimEqualCon
等式约束对象,SimEqualCon的
参数:maxDraw
The maximum number of sample drawn. This function will draw sets of actual and misspecified parameters repeatedly until the identified sets of actual and misspecified parameters are drawn. The maximum of repetition is specified by this argument.
绘制样品的最大数目。此功能将绘制的实际和误设参数集,直到绘制的实际和误设参数集。该参数所指定的最大重复。
值----------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; <a href="mailto:psunthud@ku.edu">psunthud@ku.edu</a>)
实例----------Examples----------
# No example[没有例子]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|