histTailPP(BGmix)
histTailPP()所属R语言包:BGmix
Histogram plot for tail posterior probability
直方图积尾后验概率
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots a histogram of tail posterior probability with its density under the null hypothesis
图与它的密度直方图的零假设下尾部的后验概率
用法----------Usage----------
histTailPP(tpp.res, bw=0.05, xlim=c(0,1),nc=10)
参数----------Arguments----------
参数:tpp.res
output of TailPP
输出的TailPP
参数:bw
bandwidth for kernel estimate of the null density
带宽为内核的空密度估计
参数:xlim
limits on the x axis
X轴的限制
参数:nc
number of bins of the histogram
数直方图箱
作者(S)----------Author(s)----------
Natalia Bochkina
参考文献----------References----------
参见----------See Also----------
TailPP, FDRplotTailPP,EstimatePi0
TailPP,FDRplotTailPP,EstimatePi0
举例----------Examples----------
data(ybar, ss)
nreps <- c(8,8)
## Note this is a very short MCMC run![#注意:这是一个很短的MCMC运行!]
## For good analysis need proper burn-in period.[#为了获得良好的分析,需要适当的老化期。]
outdir <- BGmix(ybar, ss, nreps, jstar=-1, nburn=0, niter=100, nthin=1)
params <- ccParams(outdir)
res <- ccTrace(outdir)
tpp.res <- TailPP(res, nreps, params, plots = FALSE)
histTailPP(tpp.res, bw=0.04, xlim=c(0,1), nc=10)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|