statsmodels.sandbox.stats.multicomp.multipletests
statsmodels.sandbox.stats.multicomp.multipletests(pvals, alpha=0.05, method='hs', is_sorted=False, returnsorted=False)
test results and p-value correction for multiple tests Parameters:
pvals : array_like uncorrected p-values alpha : float FWER, family-wise error rate, e.g. 0.1 method : string Method used for testing and adjustment of pvalues. Can be either the full name or initial letters. Available methods are `bonferroni` : one-step