optim.indept.adjp {FixSeqMTP} | R Documentation |
Objective function to be optimized (5)
Description
Objective function to be optimized for the adjusted p-values for FDR controlling g-FSMTP under independence. (See Theorem 3.2 and Theorem 4.2 in Lynch et al. (2016))
Usage
optim.indept.adjp(alpha, p, k)
Arguments
alpha |
the parameter we need to solve for the adjusted p-values. |
p |
numeric vector of p-values (possibly with |
k |
pre-specified number of acceptances allowed in the testing procedure (cannot exceed the length of |
Value
difference between adjusted p-value and significant level alpha.
Author(s)
Yalin Zhu
References
Lynch, G., Guo, W., Sarkar, S. K., & Finner, H. (2016). The Control of the False Discovery Rate in Fixed Sequence Multiple Testing. arXiv preprint arXiv:1611.03146.
[Package FixSeqMTP version 0.1.2 Index]