run a pairwise test on all pairs with multiple test correction
The statistical test given in testfunc is calculated for all pairs and the p-values are adjusted by methods in multipletests. The p-value correction is generic and based only on the p-values, and does not take any special structure of the hypotheses into account.
Parameters : | testfunc : function
alpha : float
method : string
pvalidx : int (default: 1)
|
---|---|
Returns : | sumtab : SimpleTable instance
errors: TODO: check if this is still wrong, I think it’s fixed. : results from multipletests are in different order : pval_corrected can be larger than 1 ??? : |