powered by
The Sidak method uses the minimum p-value but corrects it for the number of p-values that are aggregated.
sidak(pvalues)
A vector of p-values to be aggregated. NAs will be filtered.
# NOT RUN { sidak(c(.1, .2, .3)) # }
Run the code above in your browser using DataLab