aggrPvals(BioNet)
aggrPvals()所属R语言包:BioNet
Aggregate several p-values into one p-value
总结几p值到一个p值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function aggregates several p-values into one p-value of p-values based on the order statistics of p-values. An overall p-value is given by the ith order statistic.
功能聚合成一个P-值p值根据p值的顺序统计数p值。第i个顺序统计给出一个整体的P-值。
用法----------Usage----------
aggrPvals(pval.matrix, order, plot=TRUE)
参数----------Arguments----------
参数:pval.matrix
Numeric matrix of p-values, columns represent different sets of p-values
数字矩阵的p-值,列代表两套不同的p值
参数:order
Numeric constant, the order statistic that is used for the aggregation.
数字常量,以便统计,聚集。
参数:plot
Boolean value whether to plot p-value distributions.
布尔值是否绘制p值分布。
值----------Value----------
Aggregated p-value of the given order.
汇总p值给定的顺序。
作者(S)----------Author(s)----------
Daniela Beisser
举例----------Examples----------
data(pvaluesExample)
aggrPvals(pval.matrix=pvaluesExample, order=2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|