indepBR(pValues, alpha, lambda=1, silent=FALSE)errorControl, containing the type of error controlled by the function and the level alpha.C_i = alpha * min( i * ( 1 - lambda * alpha) / (m - i + 1) , lambda )
where alpha is the level at which FDR should be controlled and lambda an arbitrary parameter belonging to (0, 1/alpha) with default value 1. This procedure controls FDR at the desired level when the p-values are independent.