qsummary(qvalue)
qsummary()所属R语言包:qvalue
Display qvalue object
显示qvalue对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Display summary information for a qvalue object.
显示摘要为qvalue对象信息。
用法----------Usage----------
qsummary(qobj, cuts = c(1e-04, 0.001, 0.01, 0.025, 0.05, 0.1, 1),
digits = getOption("digits"), ...)
## S3 method for class 'qvalue'
summary(object, ...)
参数----------Arguments----------
参数:qobj, object
Qvalue object
qvalue对象
参数:cuts
Vector of significance value to use for table (optional)
具有重要意义的矢量值用于表(可选)
参数:digits
Significant digits to display (optional)
重大数字显示(可选)
参数:...
Any other arguments
任何其他参数
Details
详情----------Details----------
qsummary shows the original call, estimated proportion of true null hypotheses, and a table comparing the number of significant calls for the raw p-values and for the calculated q-values using a set of cutoffs given by cuts.
qsummary显示原来的检测,估计真正的零假设的比例,和一个比较表为原料的P-值计算Q值使用cuts集截断若干重大呼叫。
值----------Value----------
Invisibly returns the original object.
无形返回原来的对象。
作者(S)----------Author(s)----------
Alan Dabney <a href="mailto:adabney@u.washington.edu">adabney@u.washington.edu</a> and Gregory R. Warnes <a href="mailto:gregory\_r\_warnes@groton.pfizer.com">gregory\_r\_warnes@groton.pfizer.com</a>
参见----------See Also----------
qvalue, qplot,
qvalue,qplot
举例----------Examples----------
## Not run: [#无法运行:]
qobj <- qvalue(p)
print(qobj)
summary(qobj, cuts=c(0.01, 0.05))
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|