p.adjust公式的结果

时间:2015-10-25 16:28:37

标签: r

有人知道为什么每次使用相同数字时这个公式的数据都在变化? (请查看0.724和0.000155的结果)

> p.adjust(c(0.724), method="bonferroni")
[1] 0.724
> p.adjust(c(0.000155), method="bonferroni")
[1] 0.000155
> p.adjust(c(0.000155, 0.868071), method="bonferroni")
[1] 0.00031 1.00000
> p.adjust(c(0.000155, 0.868071, 0.724922, 0.906480), method="bonferroni")
[1] 0.00062 1.00000 1.00000 1.00000

0 个答案:

没有答案