setBound {onlineFDR} | R Documentation |
Calculates a default sequence of non-negative numbers γ_i that sum to 1, given an upper bound N on the number of hypotheses to be tested.
setBound(alg, alpha = 0.05, N)
alg |
A string that takes the value of one of the following: LOND, LORD, LORDdep, SAFFRON, ADDIS, LONDstar, LORDstar, SAFFRONstar, or Alpha_investing |
alpha |
Overall significance level of the FDR procedure, the default is 0.05. The bounds for LOND and LORDdep depend on alpha. |
N |
An upper bound on the number of hypotheses to be tested |
bound |
A vector giving the values of a default sequence γ_i of nonnegative numbers. |