powered by
This function takes an array of p-values and returns a combined p-value using Liptak's combining function: \(\sum_i \Phi^{-1}(1-p_i)\) where \(\Phi\) is the CDF of the Normal distribution
liptak(pvalues)
Combined p-value using Liptak's method
Array of p-values
liptak(pvalues = c(.05, .1, .5))
Run the code above in your browser using DataLab