setPopulation(simsem)
setPopulation()所属R语言包:simsem
Set the data generation population model underlying an object
将数据代种群模型的基本对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function will set the data generation population model to be an appropriate one. If the appropriate data generation model is put (the same model as the analysis model), the additional features can be seen when we run a summary function on the target object, such as bias in parameter estimates or percentage coverage.
此功能将设置数据代种群模型是适当的。如果把生成相应的数据模型(模型的分析模型),附加功能可以看出,当我们运行summary功能的目标对象上,如偏置参数估计值或百分比覆盖。
用法----------Usage----------
setPopulation(target, population, ...)
参数----------Arguments----------
参数:target
The target object that you wish to set the data generation population model. The target argument can be linkS4class{SimModelOut} or linkS4class{SimResult}.
你想设置的数据代种群模型的目标对象。 target参数可以是linkS4class{SimModelOut}或linkS4class{SimResult}。
参数:population
The population parameters used to put
人口参数用来放
参数:...
An additional argument, such as, when values are saved in a set of matrices, a set of matrices that indicates the position of free parameters is needed in the ....
一个附加的参数,例如,当值保存在矩阵的一组,一组的矩阵表示的位置的自由参数的是,需要在....
值----------Value----------
The target object that is changed the parameter.
改变了参数的目标对象。
(作者)----------Author(s)----------
Sunthud Pornprasertmanit (University of Kansas; <a href="mailto:psunthud@ku.edu">psunthud@ku.edu</a>)
参见----------See Also----------
SimModelOut for model output object
SimModelOut模型输出对象
SimResult for result object
SimResult结果对象
实例----------Examples----------
# See each class for an example.[每个类的示例。]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|