bonferroni(mutoss)
bonferroni()所属R语言包:mutoss
Bonferroni correction...
Bonferroni校正...
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Bonferroni correction
Bonferroni校正
用法----------Usage----------
bonferroni(pValues, alpha, silent=FALSE)
参数----------Arguments----------
参数:pValues
A numeric vector containing the unadjusted pValues. No assumption is made on the dependence structure.
,一个数字向量的未经调整的pValues。没有假设的依赖结构。
参数:alpha
The overall type I error at which the FWER shall be controlled (optional).
整体I型错误的FWER应控制(可选)。
参数:silent
logical scalar. If TRUE no output is generated.
逻辑标量。如果TRUE不产生输出。
Details
详细信息----------Details----------
The classical Bonferroni correction outputs adjusted p-values, ensuring strong FWER control under arbitrary dependence of the input p-values. It simply multiplies each input p-value by the total number of hypotheses (and ceils at value 1).
经典的Bonferroni校正输出调整后的p-值,以确保在任意输入的P-值的依赖的的强FWER控制。它简单地乘以每个输入的总数的假设(和ceils值1)的p-值。
It is recommended to use Holm's step-down instead, which is valid under the exact same assumptions and more powerful.
建议使用Holm的降压,而不是相同的假设下,功能更强大,这是有效的。
值----------Value----------
A list containing:
一个列表,其中包含:
参数:adjPValues
A numeric vector containing the new adjusted pValues
包含新调整pValues的一个数值向量
参数:rejected
(if alpha is given) A logical vector indicating which hypotheses are rejected
(如果alpha)逻辑向量,表示假设被拒绝
参数:errorControl
A Mutoss S4 class of type errorControl, containing the type of error controlled by the function. </table>
一个Mutoss S4类的类型errorControl,包含错误的类型所控制的功能。 </ TABLE>
(作者)----------Author(s)----------
MuToss-Coding Team
参考文献----------References----------
'In Studi in Onore del Professore Salvatore Ortu Carboni. Rome: Italy, pp. 13-60.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|