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

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

[复制链接]
发表于 2012-2-25 13:14:13 | 显示全部楼层 |阅读模式
plotTrace(BGmix)
plotTrace()所属R语言包:BGmix

                                         Trace plots for BGmix output.
                                         跟踪输出图BGmix。

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

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

Trace plots are plotted for all scalar parameters. Optionally, traces are plotted for parameters indexed by genes, but for selected genes only.
所有标量参数的跟踪图绘制。可选的痕迹,绘制基因索引的参数,但只对选定的基因。


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


plotTrace(res, q.beta = T, q.sig = T, q.z = T, ind.genes = (1:3))



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

参数:res
list object output from 'ccTrace'  
列出对象的输出从ccTrace“


参数:q.beta
logical. Plot trace of beta (gene effect) parameters?
逻辑。图微量的β(基因效应)参数?


参数:q.sig
logical. Plot trace of gene variances?
逻辑。图跟踪基因差异?


参数:q.z
logical. Plot trace of gene allocation parameters?
逻辑。图跟踪基因分配参数?


参数:ind.genes
indices of genes for which to plot gene parameters.
基因绘制基因参数指标。


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


Alex Lewin



举例----------Examples----------


## Note this is a very short MCMC run![#注意:这是一个很短的MCMC运行!]
## For good analysis need proper burn-in period.[#为了获得良好的分析,需要适当的老化期。]
data(ybar,ss)
outdir <- BGmix(ybar, ss, c(8,8), nburn=0, niter=100, nthin=1)
tr <- ccTrace(outdir)
plotTrace(tr)
plotTrace(tr,q.beta=TRUE,q.sig=FALSE,q.z=FALSE,ind.genes=1)
plotTrace(tr,q.beta=FALSE,q.sig=FALSE,q.z=TRUE,ind.genes=sample(1:1000,5))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 11:39 , Processed in 0.023892 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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