output(XDE)
output()所属R语言包:XDE
Options for storing results of the MCMC chains
存储结果的MCMC链的选项
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A numeric vector indicating which chains to write to file and, for those parameters that are written to file, how often the chains should be written to file.
一个数值向量,表明链写入文件,并为那些被写入到文件的参数,如何往往链应写入文件。
用法----------Usage----------
output(object)
参数----------Arguments----------
参数:object
An object of class XdeParameter or XdeMcmc
一个对象类XdeParameter或XdeMcmc
Details
详情----------Details----------
Replacement methods are only available for objects of class XdeParameter. Accessor methods are available for objects of class XdeParameter and XdeMcmc.
更换方法只适用于类XdeParameter的对象。存取方法是提供一流的XdeParameter和XdeMcmc的对象。
值----------Value----------
A named numerical vector. The first element (thin) specifies how often to write chains to file. For instance, if output[1]=2 the chains will be written to file every other iteration. Elements 2 - 22 of the vector are indicators for whether to write the write the chains of the Bayesian parameters to file.
命名的数值向量。第一个元素(薄)指定如何经常写链文件。例如,如果输出[1] = 2链将被写入文件中的每个其他迭代。元素2 - 22向量是否写的写的贝叶斯参数链提交的指标。
注意----------Note----------
Parameters indexed by gene and study (Delta, Phi, Nu, and sigma2) grow very large quickly.
基因和研究(DeltaPhi,Nu,并sigma2)索引的参数非常大的成长迅速。
作者(S)----------Author(s)----------
R. Scharpf
参见----------See Also----------
burnin, XdeParameter-class, XdeMcmc-class
burnin,XdeParameter-class,XdeMcmc-class
举例----------Examples----------
data(xmcmc)
output(xmcmc)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|