optim.both.adjp {FixSeqMTP} | R Documentation |
Objective function to be optimized (3)
Description
Objective function to be optimized for the adjusted p-values for FWER controlling g-FSMTP based on the numbers of both rejections and acceptances. (See Procedure A3 in Qiu et al. (2015))
Usage
optim.both.adjp(alpha, p, beta)
Arguments
alpha |
the parameter we need to solve for the adjusted p-values. |
p |
numeric vector of p-values (possibly with |
beta |
pre-specified constant satisfying |
Value
difference between adjusted p-value and significant level alpha.
Author(s)
Yalin Zhu
References
Qiu, Z., Guo, W., & Lynch, G. (2015). On generalized fixed sequence procedures for controlling the FWER. Statistics in medicine, 34(30), 3968-3983.
[Package FixSeqMTP version 0.1.2 Index]