BH local adjustment
local_bh_all_ps.RdPerforms Benjamini-Hochberg adjustment on a vector of p-values.
Examples
local_bh_all_ps(c(0.01, 0.04, 0.10, 0.20))
#> [1] 0.0400000 0.0800000 0.1333333 0.2000000
local_bh_all_ps.RdPerforms Benjamini-Hochberg adjustment on a vector of p-values.
local_bh_all_ps(c(0.01, 0.04, 0.10, 0.20))
#> [1] 0.0400000 0.0800000 0.1333333 0.2000000