holm {SIN} | R Documentation |
This function takes a matrix of simultaneous p-values from Sidak's inequality and adjusts the p-values according to Holm's step-down procedure.
holm(pvals)
pvals |
a matrix of simultaneous p-values from Sidak's inequality. |
A matrix of simultaneous p-values from Holm's step-down procedure with
NA
on the diagonal.
Holm, S. (1979) A Simple Sequentially Rejective Multiple Test Procedure. Scandinavian Journal of Statistics 6: 65-70.
data(mathmarks) sinUG(mathmarks$corr,mathmarks$n) holm(sinUG(mathmarks$corr,mathmarks$n))