Compute local Hommel p-value for a Vector of Child p-values
local_hommel_all_ps.RdGiven \(k\) child p-values, computes the Hommel-adjusted p-values
Examples
local_hommel_all_ps(c(0.01, 0.04, 0.10, 0.20))
#> [1] 0.04 0.12 0.20 0.20
local_hommel_all_ps.RdGiven \(k\) child p-values, computes the Hommel-adjusted p-values
local_hommel_all_ps(c(0.01, 0.04, 0.10, 0.20))
#> [1] 0.04 0.12 0.20 0.20