powered by
Obtains the adjusted p-values for the stepwise gatekeeping procedures for multiplicity problems involving two sequences of hypotheses.
fstp2seq(p, gamma, test = "hochberg", retest = TRUE)
A matrix of adjusted p-values.
The raw p-values for elementary hypotheses.
The truncation parameters for each family. The truncation parameter for the last family is automatically set to 1.
The component multiple testing procedure. It is either "Holm" or "Hochberg", and it defaults to "Hochberg".
Whether to allow retesting. It defaults to TRUE.
TRUE
Kaifeng Lu, kaifenglu@gmail.com
p = c(0.0194, 0.0068, 0.0271, 0.0088, 0.0370, 0.0018, 0.0814, 0.0066) gamma = c(0.6, 0.6, 0.6, 1) fstp2seq(p, gamma, test="hochberg", retest=1)
Run the code above in your browser using DataLab