plot.bum(BioNet)
plot.bum()所属R语言包:BioNet
Quantile-quantile plot for the beta-uniform mixture model
β-均匀混合模型的位数,位数图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function plot the theoretical quantiles of the fitted bum model against the quantiles of the observed p-value distribution.
暗算观察p值分布的分位数函数拟合烧伤模型理论位数。
用法----------Usage----------
## S3 method for class 'bum'
plot(x, ...)
参数----------Arguments----------
参数:x
Maximum likelihood estimation object of the fitted bum model.
最大似然估计的拟合烧伤模型对象。
参数:...
Other graphic parameters for the plot.
其他图图形参数。
作者(S)----------Author(s)----------
Daniela Beisser
参见----------See Also----------
fitBumModel, plot.bum, bumOptim
fitBumModel,plot.bum,bumOptim
举例----------Examples----------
data(pvaluesExample)
pvals <- pvaluesExample[,1]
mle <- fitBumModel(pvals, plot=FALSE)
plot(mle)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|