setBound {onlineFDR}R Documentation

setBound

Description

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.

Usage

setBound(alg, alpha = 0.05, N)

Arguments

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

Value

bound

A vector giving the values of a default sequence γ_i of nonnegative numbers.


[Package onlineFDR version 2.0.0 Index]