LBEsummary(LBE)
LBEsummary()所属R语言包:LBE
Display LBE object
显示复吹转炉对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Display summary information for an LBE object.
显示复吹转炉对象的摘要信息。
用法----------Usage----------
LBEsummary(LBEobj, cuts = c(1e-04, 0.001, 0.01, 0.025, 0.05, 0.1, 1), digits = getOption("digits"), ...)
参数----------Arguments----------
参数:LBEobj
LBE object.
复吹转炉的对象。
参数:cuts
Vector of significance value to use for table.
具有重要意义的矢量值使用表。
参数:digits
Significant digits to display.
显著的数字显示。
参数:...
Any other arguments.
任何其他参数。
Details
详情----------Details----------
LBEsumary shows the original call, estimated proportion of true null hypotheses, confidence interval for the proportion of true null hypotheses and a table comparing the number of significant calls for the p-values and for the estimated q-values using a set of cutoffs given by the argument cuts.
LBEsumary显示原来的通话,估计真正的零假设的比例,有信心为真正的零假设的比例和P-值显着检测的数量比较表和区间估计Q值使用一套给予截止参数削减。
值----------Value----------
Invisibly returns the original object.
无形返回原来的对象。
注意----------Note----------
The function LBEsummary is analogous to the function qsummary from the package qvalue.
的的功能LBEsummary是类似功能qsummary包qvalue。
作者(S)----------Author(s)----------
Cyril Dalmasso
参见----------See Also----------
LBE, LBEplot, LBEwrite, LBEa
LBE,LBEplot,LBEwrite,LBEa
举例----------Examples----------
## start[#开始]
data(hedenfalk.pval)
res<-LBE(hedenfalk.pval)
print(res)
LBEsummary(res)
## end[#结束]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|