ratio.plot(rama)
ratio.plot()所属R语言包:rama
Plot the estimated log ratios against the overall intensities
暗算的整体强度估计的log比率
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot the estimated log2(gamma1/gamma2) against log2(gamma1*gamma2)/2.
暗算估计的log2(gamma1/gamma2)为log2(gamma1 * gamma2)/ 2。
用法----------Usage----------
ratio.plot(mcmc.obj,col=1,pch=1)
参数----------Arguments----------
参数:mcmc.obj
An object of class mcmc as returned by fit.model
一个类的对象mcmcfit.model返回的
参数:col
The color to be used for the symbols
将要使用的符号的颜色
参数:pch
The type of symbols to be used.
要使用的符号类型。
值----------Value----------
The graph!
该图!
作者(S)----------Author(s)----------
Raphael Gottardo
参考文献----------References----------
Raphael Gottardo, Adrian E. Raftery, Ka Yee Yeung, and Roger Bumgarner
参见----------See Also----------
fit.model
fit.model
举例----------Examples----------
data(hiv)
### Initialize the proposals[#初始化提案的]
mcmc.hiv<-fit.model(hiv[1:10,c(1:4)],hiv[1:10,c(5:8)],B=2000,min.iter=000,batch=1,shift=30,mcmc.obj=NULL,dye.swap=TRUE,nb.col1=2)
ratio.plot(mcmc.hiv,col=1,pch=1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|