sidak {aggregation} | R Documentation |
The Sidak method uses the minimum p-value but corrects it for the number of p-values that are aggregated.
sidak(pvalues)
pvalues |
A vector of p-values to be aggregated. NAs will be filtered. |
sidak(c(.1, .2, .3))