combine(SCMA)
combine()所属R语言包:SCMA
Probability combining: nonparametric combination of p-values
概率相结合:非参数组合的p-值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The combine function contains two methods for the nonparametric combination of p-value: the multiplicative approach using Pearson's formula, and the additive approach using Edgington's formula.
combine函数包含两个方法的p-值的非参数的组合:乘法的方法,使用Pearson的公式,和埃金顿的公式使用的添加剂的方法。
用法----------Usage----------
combine(method, pvalues = read.table(file.choose(new = FALSE)))
参数----------Arguments----------
参数:method
Probability combining method: multiplicative approach (method = "x") or additive approach (method = "+").
概率相结合的方法:(method = "x")或添加剂方法(method = "+"),乘法的方法。
参数:pvalues
File in which the p-values to be combined can be found. Default: a window pops up in which the file can be selected.
文件,在其中以相结合的p值可以被发现。默认值:弹出一个窗口,在其中可以选择的文件。
Details
详细信息----------Details----------
When using the default pvalues argument, a window will pop up to ask in what file the p-values can be found. This text file containing the p-values should consist of one column (all p-values below one another), without column or row labels.
当使用默认的pvalues的说法,一个窗口会弹出询问在哪个文件的p值可以找到。这应包括文本文件,其中包含的p值(p值低于一列),不列或行标签。
参考文献----------References----------
实例----------Examples----------
data(P)
combine(method = "+", pvalues = P)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|